Changeset 720 for trunk/wp-comments.php
- Timestamp:
- 01/05/2004 03:14:12 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments.php
r719 r720 22 22 <h2 id="comments">Comments</h2> 23 23 24 <p>< a href="<?php echo $siteurl; ?>/wp-commentsrss2.php?p=<?php echo $id; ?>"><abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.</a></p>24 <p><?php comments_rss_link('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.'); ?></p> 25 25 26 26 <?php if ('open' == $post->ping_status) { ?>
Note: See TracChangeset
for help on using the changeset viewer.