Changeset 55246 for trunk/src/wp-includes/blocks/post-template.php
- Timestamp:
- 02/07/2023 07:01:56 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-template.php
r53929 r55246 69 69 } 70 70 } 71 if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { 72 $classnames .= ' has-link-color'; 73 } 71 74 72 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classnames) );75 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => trim( $classnames ) ) ); 73 76 74 77 $content = '';
Note: See TracChangeset
for help on using the changeset viewer.