mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Block Editor: Update the packages with a number of fixes targeted for Beta 4.
It includes fixes from these two backport PRs: - https://github.com/WordPress/gutenberg/pull/32992 - https://github.com/WordPress/gutenberg/pull/32956 Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta. See #53397 git-svn-id: https://develop.svn.wordpress.org/trunk@51241 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1095,7 +1095,6 @@ class WP_Theme_JSON {
|
||||
* In those cases, we want to replace the existing with the incoming value, if it exists.
|
||||
*/
|
||||
$to_replace = array();
|
||||
$to_replace[] = array( 'custom' );
|
||||
$to_replace[] = array( 'spacing', 'units' );
|
||||
$to_replace[] = array( 'color', 'duotone' );
|
||||
foreach ( self::VALID_ORIGINS as $origin ) {
|
||||
|
||||
Reference in New Issue
Block a user