Make WordPress Core


Ignore:
Timestamp:
06/15/2021 08:50:26 AM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2.

This includes:

Various

Template Editor

Widgets Editor

Global Styles (theme.json)

Performance

Props nosolosw, jorgefilipecosta, aristath, ntsekouras, peterwilsoncc, mcsf.
See #53397.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/wpThemeJsonResolver.php

    r51079 r51149  
    111111                'color'  => array(
    112112                    'palette' => array(
    113                         array(
    114                             'slug'  => 'light',
    115                             'name'  => 'Jasny',
    116                             'color' => '#f5f7f9',
    117                         ),
    118                         array(
    119                             'slug'  => 'dark',
    120                             'name'  => 'Ciemny',
    121                             'color' => '#000',
     113                        'theme' => array(
     114                            array(
     115                                'slug'  => 'light',
     116                                'name'  => 'Jasny',
     117                                'color' => '#f5f7f9',
     118                            ),
     119                            array(
     120                                'slug'  => 'dark',
     121                                'name'  => 'Ciemny',
     122                                'color' => '#000',
     123                            ),
    122124                        ),
    123125                    ),
     
    128130                        'color' => array(
    129131                            'palette' => array(
    130                                 array(
    131                                     'slug'  => 'light',
    132                                     'name'  => 'Jasny',
    133                                     'color' => '#f5f7f9',
     132                                'theme' => array(
     133                                    array(
     134                                        'slug'  => 'light',
     135                                        'name'  => 'Jasny',
     136                                        'color' => '#f5f7f9',
     137                                    ),
    134138                                ),
    135139                            ),
Note: See TracChangeset for help on using the changeset viewer.