Skip to content

Commit efc89d8

Browse files
committed
Restore: Sync Gutenberg to revision 7b7fa2bc97a8029a302bd6511cf0d206b5953172
See corresponding changelog in 63240d9
1 parent 327427f commit efc89d8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/wp-includes/assets/script-loader-packages.min.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '94b1c2f6db3c8822c7cb'
269+
'version' => 'f45e47fb68691ad2950f'
270270
),
271271
'customize-widgets.min.js' => array(
272272
'dependencies' => array(
@@ -667,7 +667,7 @@
667667
'wp-private-apis',
668668
'wp-url'
669669
),
670-
'version' => '6a1e1df3db4f7198a518'
670+
'version' => '4b640c092eb654d2bd78'
671671
),
672672
'plugins.min.js' => array(
673673
'dependencies' => array(
@@ -809,7 +809,7 @@
809809
'wp-hooks',
810810
'wp-private-apis'
811811
),
812-
'version' => '44b4d0543749363ed20d'
812+
'version' => 'a5e466ecaa7d3773e376'
813813
),
814814
'theme.min.js' => array(
815815
'dependencies' => array(

src/wp-includes/assets/script-modules-packages.min.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'import' => 'static'
7777
)
7878
),
79-
'version' => '243a659f91c3dc9841c7'
79+
'version' => '96a846e1d7b789c39ab9'
8080
),
8181
'block-library/playlist/view.min.js' => array(
8282
'dependencies' => array(
@@ -175,7 +175,7 @@
175175
'wp-i18n',
176176
'wp-private-apis'
177177
),
178-
'version' => 'fb1bf5511eb12e411ec6'
178+
'version' => 'bd74f3db1cc1555ee90d'
179179
),
180180
'core-abilities/index.min.js' => array(
181181
'dependencies' => array(

src/wp-includes/blocks/navigation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,8 +1146,8 @@ function block_core_navigation_add_directives_to_submenu( $tags, $block_attribut
11461146
$open_on_hover = 'hover' === $computed_visibility;
11471147

11481148
if ( $open_on_hover ) {
1149-
$tags->set_attribute( 'data-wp-on--mouseenter', 'actions.openMenuOnHover' );
1150-
$tags->set_attribute( 'data-wp-on--mouseleave', 'actions.closeMenuOnHover' );
1149+
$tags->set_attribute( 'data-wp-on--pointerenter', 'actions.openMenuOnHover' );
1150+
$tags->set_attribute( 'data-wp-on--pointerleave', 'actions.closeMenuOnHover' );
11511151
}
11521152

11531153
// Add directives to the toggle submenu button.

src/wp-includes/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "../schemas/json/theme.json",
2+
"$schema": "https://schemas.wp.org/trunk/theme.json",
33
"version": 3,
44
"settings": {
55
"appearanceTools": false,

0 commit comments

Comments
 (0)