mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Editor: Fix undefined variable following [54805].
Props mamaduka, costdev, mukesh27. See #56974, #57067. git-svn-id: https://develop.svn.wordpress.org/trunk@55142 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2111,7 +2111,7 @@ class WP_Theme_JSON {
|
||||
// support features use the same custom selector.
|
||||
if ( isset( $feature_declarations[ $feature_selector ] ) ) {
|
||||
foreach ( $new_feature_declarations as $new_feature_declaration ) {
|
||||
$feature_declarations[ $feature_selector ][] = $feature_declaration;
|
||||
$feature_declarations[ $feature_selector ][] = $new_feature_declaration;
|
||||
}
|
||||
} else {
|
||||
$feature_declarations[ $feature_selector ] = $new_feature_declarations;
|
||||
|
||||
Reference in New Issue
Block a user