Changeset 52056 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 11/08/2021 09:56:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r52054 r52056 330 330 $actual_css = wp_get_global_stylesheet( array( $block_classes['css'] ) ); 331 331 if ( '' !== $actual_css ) { 332 $block_classes['css'] = $actual_css;332 $block_classes['css'] = $actual_css; 333 333 $editor_settings['styles'][] = $block_classes; 334 334 }
Note: See TracChangeset
for help on using the changeset viewer.