Changeset 45590 for trunk/src/wp-includes/feed-atom-comments.php
- Timestamp:
- 07/02/2019 11:41:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r45247 r45590 71 71 while ( have_comments() ) : 72 72 the_comment(); 73 $comment_post = $GLOBALS['post'] = get_post( $comment->comment_post_ID ); 73 $comment_post = get_post( $comment->comment_post_ID ); 74 $GLOBALS['post'] = $comment_post; 74 75 ?> 75 76 <entry>
Note: See TracChangeset
for help on using the changeset viewer.