Changeset 57759 for trunk/src/wp-includes/feed-rss2-comments.php
- Timestamp:
- 03/04/2024 12:39:54 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed-rss2-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss2-comments.php
r55308 r57759 73 73 while ( have_comments() ) : 74 74 the_comment(); 75 $comment_post = get_post( $comment->comment_post_ID ); 75 $comment_post = get_post( $comment->comment_post_ID ); 76 /** 77 * @global WP_Post $post Global post object. 78 */ 76 79 $GLOBALS['post'] = $comment_post; 77 80 ?>
Note: See TracChangeset
for help on using the changeset viewer.