Changeset 53338 for trunk/src/wp-includes/blocks/comments-title.php
- Timestamp:
- 05/03/2022 02:58:54 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comments-title.php
r53329 r53338 14 14 */ 15 15 function render_block_core_comments_title( $attributes ) { 16 17 if ( post_password_required() ) { 18 return; 19 } 16 20 17 21 $align_class_name = empty( $attributes['textAlign'] ) ? '' : "has-text-align-{$attributes['textAlign']}";
Note: See TracChangeset
for help on using the changeset viewer.