Changeset 23191 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 12/20/2012 03:55:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r22431 r23191 76 76 <?php else : // This comment is in reply to another comment 77 77 $parent_comment = get_comment($comment->comment_parent); 78 // The rel attribute below and the id tag above should be GUIDs, but WP doesn't create them for comments (unlike posts). Either way, it s more important that they both use the same system78 // The rel attribute below and the id tag above should be GUIDs, but WP doesn't create them for comments (unlike posts). Either way, it's more important that they both use the same system 79 79 ?> 80 80 <thr:in-reply-to ref="<?php comment_guid($parent_comment) ?>" href="<?php echo get_comment_link($parent_comment) ?>" type="<?php bloginfo_rss('html_type'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.