Make WordPress Core


Ignore:
Timestamp:
09/14/2022 03:50:01 PM (3 years ago)
Author:
hellofromTonya
Message:

Editor: Revert [54159].

Reverting changeset due to failing PHPUnit tests. Tests pass without changeset [54156], but fail with it. Reverting to explore why in the original PR after rebasing.

See #56467.

File:
1 edited

Legend:

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

    r54159 r54160  
    40284028    );
    40294029    register_theme_feature(
    4030         'disable-layout-styles',
    4031         array(
    4032             'description'  => __( 'Whether the theme disables generated layout styles.' ),
    4033             'show_in_rest' => true,
    4034         )
    4035     );
    4036     register_theme_feature(
    40374030        'editor-color-palette',
    40384031        array(
Note: See TracChangeset for help on using the changeset viewer.