File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
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.8.0 "
10
+ "johnpbloch/wordpress" : " 6.8.1 "
11
11
},
12
12
"minimum-stability" : " stable" ,
13
13
"config" : {
Original file line number Diff line number Diff line change @@ -818,6 +818,7 @@ public function run($options)
818
818
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
819
819
*
820
820
* @param bool $enable True to enable maintenance mode, false to disable.
821
+ * @phpstan-return void
821
822
*/
822
823
public function maintenance_mode($enable = \false)
823
824
{
@@ -92849,7 +92850,8 @@ function wp_admin_bar_site_menu($wp_admin_bar)
92849
92850
* @since 5.9.0
92850
92851
* @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar.
92851
92852
* @since 6.6.0 Added the `canvas` query arg to the Site Editor link.
92852
- * @since 6.8.0 Removed the query args to ensure that the link opens the starting screen of the Site Editor.
92853
+ *
92854
+ * @global string $_wp_current_template_id
92853
92855
*
92854
92856
* @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance.
92855
92857
* @phpstan-return void
You can’t perform that action at this time.
0 commit comments