Changeset 47219 for trunk/src/wp-includes/feed-atom-comments.php
- Timestamp:
- 02/09/2020 04:52:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed-atom-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r47122 r47219 111 111 <?php 112 112 // Return comment threading information (https://www.ietf.org/rfc/rfc4685.txt). 113 if ( $comment->comment_parent == 0) : // This comment is top-level.113 if ( 0 == $comment->comment_parent ) : // This comment is top-level. 114 114 ?> 115 115 <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.