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:
parent
0ed9084d7d
commit
460e139bcb
|
@ -38,7 +38,7 @@ endif;
|
||||||
|
|
||||||
<p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
|
<p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
|
||||||
<?php if ( pings_open() ) : ?>
|
<?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; ?>
|
<?php endif; ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue