Changeset 6702
- Timestamp:
- 01/31/2008 10:15:49 PM (17 years ago)
- Location:
- trunk/wp-content/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments.php
r6343 r6702 26 26 <?php endif; ?> 27 27 28 <p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>28 <p><?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?> 29 29 <?php if ( pings_open() ) : ?> 30 30 <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a> -
trunk/wp-content/themes/default/attachment.php
r6132 r6702 29 29 on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?> 30 30 and is filed under <?php the_category(', ') ?>. 31 You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.31 You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed. 32 32 33 33 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { -
trunk/wp-content/themes/default/single.php
r6132 r6702 28 28 on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?> 29 29 and is filed under <?php the_category(', ') ?>. 30 You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.30 You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed. 31 31 32 32 <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
Note: See TracChangeset
for help on using the changeset viewer.