Skip to content

Commit f50fd7e

Browse files
committed
Generate stubs for WordPress 6.6.2
1 parent a5cca33 commit f50fd7e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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": "6.6.1"
10+
"johnpbloch/wordpress": "6.6.2"
1111
},
1212
"minimum-stability": "stable",
1313
"config": {

wordpress-stubs.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -89743,9 +89743,8 @@ function _wp_admin_bar_init()
8974389743
* the function is also called late on {@see 'wp_footer'}.
8974489744
*
8974589745
* It includes the {@see 'admin_bar_menu'} action which should be used to hook in and
89746-
* add new menus to the admin bar. That way you can be sure that you are adding at most
89747-
* optimal point, right before the admin bar is rendered. This also gives you access to
89748-
* the `$post` global, among others.
89746+
* add new menus to the admin bar. This also gives you access to the `$post` global,
89747+
* among others.
8974989748
*
8975089749
* @since 3.1.0
8975189750
* @since 5.4.0 Called on 'wp_body_open' action first, with 'wp_footer' as a fallback.

0 commit comments

Comments
 (0)