Plugin Updates

This commit is contained in:
Tony Volpe
2024-04-02 20:23:21 +00:00
parent 96800520e8
commit 94170ec2c4
1514 changed files with 133309 additions and 105985 deletions

View File

@@ -72,7 +72,10 @@ do_action( 'rss_tag_pre', 'rss2-comments' );
while ( have_comments() ) :
the_comment();
$comment_post = get_post( $comment->comment_post_ID );
$comment_post = get_post( $comment->comment_post_ID );
/**
* @global WP_Post $post Global post object.
*/
$GLOBALS['post'] = $comment_post;
?>
<item>