Changeset 56324
- Timestamp:
- 07/29/2023 12:29:29 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r54881 r56324 112 112 <?php 113 113 // Return comment threading information (https://www.ietf.org/rfc/rfc4685.txt). 114 if ( 0== $comment->comment_parent ) : // This comment is top-level.114 if ( '0' === $comment->comment_parent ) : // This comment is top-level. 115 115 ?> 116 116 <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.