File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 "ext-mbstring" : " *" ,
88 "ext-openssl" : " *" ,
99 "ext-sodium" : " *" ,
10- "johnpbloch/wordpress" : " 5.9.2 "
10+ "johnpbloch/wordpress" : " 5.9.3 "
1111 },
1212 "minimum-stability" : " stable" ,
1313 "config" : {
Original file line number Diff line number Diff line change @@ -100597,6 +100597,7 @@ function wp_maybe_load_widgets()
100597100597 * Append the Widgets menu to the themes main menu.
100598100598 *
100599100599 * @since 2.2.0
100600+ * @since 5.9.3 Don't specify menu order when the active theme is a block theme.
100600100601 *
100601100602 * @global array $submenu
100602100603 */
@@ -122656,8 +122657,8 @@ function wp_enqueue_global_styles_css_custom_properties()
122656122657 *
122657122658 * For block themes, it's loaded in the head.
122658122659 * 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.
122661122662 *
122662122663 * @link https://core.trac.wordpress.org/ticket/53494.
122663122664 *
You can’t perform that action at this time.
0 commit comments