Changeset 50297
- Timestamp:
- 02/12/2021 03:58:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r50282 r50297 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 );
Note: See TracChangeset
for help on using the changeset viewer.