Changeset 37674 for trunk/src/wp-includes/feed-atom-comments.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r35294 r37674 92 92 <content type="html" xml:base="<?php comment_link(); ?>"><![CDATA[<?php comment_text(); ?>]]></content> 93 93 <?php endif; // post pass 94 // Return comment threading information (http ://www.ietf.org/rfc/rfc4685.txt)94 // Return comment threading information (https://www.ietf.org/rfc/rfc4685.txt) 95 95 if ( $comment->comment_parent == 0 ) : // This comment is top level ?> 96 96 <thr:in-reply-to ref="<?php the_guid(); ?>" href="<?php the_permalink_rss() ?>" type="<?php bloginfo_rss('html_type'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.