Make WordPress Core


Ignore:
Timestamp:
07/02/2024 03:13:33 PM (21 months ago)
Author:
desrosj
Message:

Editor: Update packages for 6.6 RC 2.

Fixes #61548.
Fixes https://github.com/WordPress/wordpress-develop/pull/6953.

See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches.

Merges [58617] to the 6.6 branch.

Props ellatrix, youknowriad.

Location:
branches/6.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.6

  • branches/6.6/src/wp-includes/blocks/blocks-json.php

    r58275 r58619  
    208208      ),
    209209      'content' => array(
    210         'type' => 'object'
    211       )
     210        'type' => 'object',
     211        'default' => array(
     212         
     213        )
     214      )
     215    ),
     216    'providesContext' => array(
     217      'pattern/overrides' => 'content'
    212218    ),
    213219    'supports' => array(
Note: See TracChangeset for help on using the changeset viewer.