Changeset 53278 for trunk/src/wp-includes/blocks/comment-edit-link.php
- Timestamp:
- 04/26/2022 01:39:57 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/comment-edit-link.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comment-edit-link.php
r53157 r53278 30 30 $classes = ''; 31 31 if ( isset( $attributes['textAlign'] ) ) { 32 $classes .= 'has-text-align-' . esc_attr( $attributes['textAlign'] ); 33 } 34 if ( isset( $attributes['fontSize'] ) ) { 35 $classes .= 'has-' . esc_attr( $attributes['fontSize'] ) . '-font-size'; 32 $classes .= 'has-text-align-' . $attributes['textAlign']; 36 33 } 37 34
Note: See TracChangeset
for help on using the changeset viewer.