Skip to content

Commit 18d5687

Browse files
committed
Generate stubs for WordPress 5.9.3
1 parent 9755bc0 commit 18d5687

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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": {

wordpress-stubs.php

+3-2
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)