Changeset 51700 for trunk/src/wp-admin/widgets-form-blocks.php
- Timestamp:
- 08/31/2021 01:37:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets-form-blocks.php
r51202 r51700 53 53 wp_add_inline_script( 54 54 'wp-blocks', 55 sprintf( 'wp.blocks.setCategories( %s );', wp_json_encode( get_block_categories( 'widgets-editor') ) ),55 sprintf( 'wp.blocks.setCategories( %s );', wp_json_encode( get_block_categories( $block_editor_context ) ) ), 56 56 'after' 57 57 );
Note: See TracChangeset
for help on using the changeset viewer.