Changeset 53338 for trunk/src/wp-includes/blocks/comment-template.php
- Timestamp:
- 05/03/2022 02:58:54 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comment-template.php
r53278 r53338 80 80 } 81 81 82 if ( post_password_required( $block->context['postId'] ) ) { 83 return; 84 } 85 82 86 $comment_query = new WP_Comment_Query( 83 87 build_comment_query_vars_from_block( $block )
Note: See TracChangeset
for help on using the changeset viewer.