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