Changeset 55086 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 01/18/2023 11:38:16 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r54776 r55086 418 418 } 419 419 420 if ( WP_Theme_JSON_Resolver::theme_has_support() ) {420 if ( wp_theme_has_theme_json() ) { 421 421 $block_classes = array( 422 422 'css' => 'styles',
Note: See TracChangeset
for help on using the changeset viewer.