Changeset 47875 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 06/01/2020 12:25:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r47808 r47875 2235 2235 $block_registry = WP_Block_Type_Registry::get_instance(); 2236 2236 $blocks = array(); 2237 $keys_to_pick = array( 'title', 'description', 'icon', 'category', 'keywords', 'parent', 'supports', 'attributes', 'styles' );2237 $keys_to_pick = array( 'title', 'description', 'icon', 'category', 'keywords', 'parent', 'supports', 'attributes', 'styles', 'textdomain', 'example' ); 2238 2238 2239 2239 foreach ( $block_registry->get_all_registered() as $block_name => $block_type ) {
Note: See TracChangeset
for help on using the changeset viewer.