Changeset 51711 for branches/5.8/src/wp-admin/widgets-form-blocks.php
- Timestamp:
- 09/01/2021 12:33:28 AM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/widgets-form-blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-admin/widgets-form-blocks.php
r51202 r51711 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.