Changeset 53419 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 05/20/2022 11:40:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r53331 r53419 310 310 'wp-block-editor', 311 311 'wp-block-library', 312 'wp-block-library-theme',313 312 'wp-edit-blocks', 314 313 ); 314 315 if ( current_theme_supports( 'wp-block-styles' ) ) { 316 $style_handles[] = 'wp-block-library-theme'; 317 } 315 318 316 319 if ( 'widgets.php' === $pagenow || 'customize.php' === $pagenow ) {
Note: See TracChangeset
for help on using the changeset viewer.