Make WordPress Core

Changeset 56125


Ignore:
Timestamp:
07/03/2023 06:48:46 AM (16 months ago)
Author:
isabel_brison
Message:

Editor: Enqueue commands package styles.

Enqueues the stylesheet from the commands package which holds the CSS for the Command Palette feature.

Props wildworks.
Fixes #58667.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r56101 r56125  
    16711671        'block-directory'      => array(),
    16721672        'components'           => array(),
     1673        'commands'             => array(),
    16731674        'edit-post'            => array(
    16741675            'wp-components',
     
    16771678            'wp-edit-blocks',
    16781679            'wp-block-library',
     1680            'wp-commands',
    16791681        ),
    16801682        'editor'               => array(
     
    17081710            'wp-block-editor',
    17091711            'wp-edit-blocks',
     1712            'wp-commands',
    17101713        ),
    17111714    );
     
    17631766        'wp-block-library',
    17641767        'wp-block-directory',
     1768        'wp-commands',
    17651769        'wp-components',
    17661770        'wp-customize-widgets',
Note: See TracChangeset for help on using the changeset viewer.