Enable morally correct trackback autodiscovery.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-09-05 07:17:40 +00:00
parent c54f9a539f
commit 7c3052df5f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ endif;
<p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
<?php if ( pings_open() ) : ?>
<a href="<?php trackback_url() ?>"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a>
<a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a>
<?php endif; ?>
</p>