Ticket #52512: 52512.diff
File 52512.diff, 1.0 KB (added by , 4 years ago) |
---|
-
src/wp-admin/includes/post.php
2240 2240 $block_registry = WP_Block_Type_Registry::get_instance(); 2241 2241 $blocks = array(); 2242 2242 $fields_to_pick = array( 2243 'api_version' => 'apiVersion', 2243 2244 'title' => 'title', 2244 2245 'description' => 'description', 2245 2246 'icon' => 'icon', 2246 'category' => 'category',2247 'keywords' => 'keywords',2248 'parent' => 'parent',2249 'supports' => 'supports',2250 2247 'attributes' => 'attributes', 2251 2248 'provides_context' => 'providesContext', 2252 2249 'uses_context' => 'usesContext', 2250 'supports' => 'supports', 2251 'category' => 'category', 2253 2252 'styles' => 'styles', 2254 2253 'textdomain' => 'textdomain', 2254 'parent' => 'parent', 2255 'keywords' => 'keywords', 2255 2256 'example' => 'example', 2256 2257 ); 2257 2258