Changeset 53338 for trunk/src/wp-includes/blocks/post-comments-form.php
- Timestamp:
- 05/03/2022 02:58:54 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-comments-form.php
r53329 r53338 17 17 if ( ! isset( $block->context['postId'] ) ) { 18 18 return ''; 19 } 20 21 if ( post_password_required( $block->context['postId'] ) ) { 22 return; 19 23 } 20 24
Note: See TracChangeset
for help on using the changeset viewer.