Changeset 53338 for trunk/src/wp-includes/blocks/comments-pagination.php
- Timestamp:
- 05/03/2022 02:58:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comments-pagination.php
r53157 r53338 17 17 if ( empty( trim( $content ) ) ) { 18 18 return ''; 19 } 20 21 if ( post_password_required() ) { 22 return; 19 23 } 20 24
Note: See TracChangeset
for help on using the changeset viewer.