From d3a22f538bfed9050d04d259d3270ed21870f1d7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 1 Mar 2024 22:43:11 +0000 Subject: [PATCH] Docs: Correct the placement of `@global` tags in `wp-includes/admin-bar.php`. Follow-up to [38810], [56209]. Props shailu25, sabernhardt. See #60021. Built from https://develop.svn.wordpress.org/trunk@57747 git-svn-id: http://core.svn.wordpress.org/trunk@57248 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/admin-bar.php | 5 +++-- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-includes/admin-bar.php b/wp-includes/admin-bar.php index 975672ece7..e0c0712d30 100644 --- a/wp-includes/admin-bar.php +++ b/wp-includes/admin-bar.php @@ -450,9 +450,9 @@ function wp_admin_bar_site_menu( $wp_admin_bar ) { * Adds the "Edit site" link to the Toolbar. * * @since 5.9.0 + * @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar. * * @global string $_wp_current_template_id - * @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar. * * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. */ @@ -489,8 +489,9 @@ function wp_admin_bar_edit_site_menu( $wp_admin_bar ) { * * @since 4.3.0 * - * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. * @global WP_Customize_Manager $wp_customize + * + * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. */ function wp_admin_bar_customize_menu( $wp_admin_bar ) { global $wp_customize; diff --git a/wp-includes/version.php b/wp-includes/version.php index 3a6caa3f97..29772324a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta3-57746'; +$wp_version = '6.5-beta3-57747'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.