Changeset 46091
- Timestamp:
- 09/11/2019 02:51:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r45932 r46091 2202 2202 $block_registry = WP_Block_Type_Registry::get_instance(); 2203 2203 $blocks = array(); 2204 $keys_to_pick = array( 'title', 'description', 'icon', 'category', 'keywords', ' supports', 'attributes' );2204 $keys_to_pick = array( 'title', 'description', 'icon', 'category', 'keywords', 'parent', 'supports', 'attributes', 'styles' ); 2205 2205 2206 2206 foreach ( $block_registry->get_all_registered() as $block_name => $block_type ) {
Note: See TracChangeset
for help on using the changeset viewer.