File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
"ext-mbstring" : " *" ,
8
8
"ext-openssl" : " *" ,
9
9
"ext-sodium" : " *" ,
10
- "johnpbloch/wordpress" : " 5.9.2 "
10
+ "johnpbloch/wordpress" : " 5.9.3 "
11
11
},
12
12
"minimum-stability" : " stable" ,
13
13
"config" : {
Original file line number Diff line number Diff line change @@ -100597,6 +100597,7 @@ function wp_maybe_load_widgets()
100597
100597
* Append the Widgets menu to the themes main menu.
100598
100598
*
100599
100599
* @since 2.2.0
100600
+ * @since 5.9.3 Don't specify menu order when the active theme is a block theme.
100600
100601
*
100601
100602
* @global array $submenu
100602
100603
*/
@@ -122656,8 +122657,8 @@ function wp_enqueue_global_styles_css_custom_properties()
122656
122657
*
122657
122658
* For block themes, it's loaded in the head.
122658
122659
* For classic ones, it's loaded in the body
122659
- * because the wp_head action (and wp_enqueue_scripts)
122660
- * happens before the render_block.
122660
+ * because the wp_head action happens before
122661
+ * the render_block.
122661
122662
*
122662
122663
* @link https://core.trac.wordpress.org/ticket/53494.
122663
122664
*
You can’t perform that action at this time.
0 commit comments