File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
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" : " 6.6.1 "
10
+ "johnpbloch/wordpress" : " 6.6.2 "
11
11
},
12
12
"minimum-stability" : " stable" ,
13
13
"config" : {
Original file line number Diff line number Diff line change @@ -89743,9 +89743,8 @@ function _wp_admin_bar_init()
89743
89743
* the function is also called late on {@see 'wp_footer'}.
89744
89744
*
89745
89745
* 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.
89749
89748
*
89750
89749
* @since 3.1.0
89751
89750
* @since 5.4.0 Called on 'wp_body_open' action first, with 'wp_footer' as a fallback.
You can’t perform that action at this time.
0 commit comments