Changeset 4133 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 08/30/2006 04:40:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/classic/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments.php
r2254 r4133 28 28 <p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?> 29 29 <?php if ( pings_open() ) : ?> 30 <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uni form Resource Identifier">URI</abbr>'); ?></a>30 <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a> 31 31 <?php endif; ?> 32 32 </p>
Note: See TracChangeset
for help on using the changeset viewer.