Make WordPress Core

Ticket #52512: 52512.diff

File 52512.diff, 1.0 KB (added by gziolo, 4 years ago)
  • src/wp-admin/includes/post.php

     
    22402240        $block_registry = WP_Block_Type_Registry::get_instance();
    22412241        $blocks         = array();
    22422242        $fields_to_pick = array(
     2243                'api_version'      => 'apiVersion',
    22432244                'title'            => 'title',
    22442245                'description'      => 'description',
    22452246                'icon'             => 'icon',
    2246                 'category'         => 'category',
    2247                 'keywords'         => 'keywords',
    2248                 'parent'           => 'parent',
    2249                 'supports'         => 'supports',
    22502247                'attributes'       => 'attributes',
    22512248                'provides_context' => 'providesContext',
    22522249                'uses_context'     => 'usesContext',
     2250                'supports'         => 'supports',
     2251                'category'         => 'category',
    22532252                'styles'           => 'styles',
    22542253                'textdomain'       => 'textdomain',
     2254                'parent'           => 'parent',
     2255                'keywords'         => 'keywords',
    22552256                'example'          => 'example',
    22562257        );
    22572258