Enable morally correct trackback autodiscovery.

git-svn-id: https://develop.svn.wordpress.org/trunk@1606 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-09-05 07:17:40 +00:00
parent 0ed9084d7d
commit 460e139bcb
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>