Changeset 53644 for trunk/src/wp-includes/blocks/comment-date.php
- Timestamp:
- 07/04/2022 12:04:45 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/comment-date.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comment-date.php
r53157 r53644 25 25 26 26 $classes = ''; 27 if ( isset( $attributes['fontSize'] ) ) {28 $classes .= 'has-' . esc_attr( $attributes['fontSize'] ) . '-font-size';29 }30 27 31 28 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classes ) );
Note: See TracChangeset
for help on using the changeset viewer.