Docs: Correct description for `wp_admin_bar_edit_site_menu()`.
Follow-up to [58035], [58296]. See #60977. Built from https://develop.svn.wordpress.org/trunk@58297 git-svn-id: http://core.svn.wordpress.org/trunk@57757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d319f00ac
commit
6a5c55341c
|
@ -451,7 +451,7 @@ function wp_admin_bar_site_menu( $wp_admin_bar ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds the "Site Editor" link to the Toolbar.
|
* Adds the "Edit site" link to the Toolbar.
|
||||||
*
|
*
|
||||||
* @since 5.9.0
|
* @since 5.9.0
|
||||||
* @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar.
|
* @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-alpha-58296';
|
$wp_version = '6.6-alpha-58297';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue