diff --git a/src/wp-includes/admin-bar.php b/src/wp-includes/admin-bar.php
index 3eba2668fa..c671082fdd 100644
--- a/src/wp-includes/admin-bar.php
+++ b/src/wp-includes/admin-bar.php
@@ -455,9 +455,10 @@ 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.
  */
@@ -493,9 +494,10 @@ function wp_admin_bar_edit_site_menu( $wp_admin_bar ) {
  * Adds the "Customize" link to the Toolbar.
  *
  * @since 4.3.0
+ * 
+ * @global WP_Customize_Manager $wp_customize
  *
  * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance.
- * @global WP_Customize_Manager $wp_customize
  */
 function wp_admin_bar_customize_menu( $wp_admin_bar ) {
 	global $wp_customize;
