Changeset 45590 for trunk/src/wp-includes/feed-rss2-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-rss2-comments.php
r45247 r45590 74 74 while ( have_comments() ) : 75 75 the_comment(); 76 $comment_post = $GLOBALS['post'] = get_post( $comment->comment_post_ID ); 76 $comment_post = get_post( $comment->comment_post_ID ); 77 $GLOBALS['post'] = $comment_post; 77 78 ?> 78 79 <item>
Note: See TracChangeset
for help on using the changeset viewer.