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.