diff --git a/src/wp-includes/admin-bar.php b/src/wp-includes/admin-bar.php
index 3eba2668fa..c671082fdd 100644
|
a
|
b
|
function wp_admin_bar_site_menu( $wp_admin_bar ) { |
| 455 | 455 | * Adds the "Edit site" link to the Toolbar. |
| 456 | 456 | * |
| 457 | 457 | * @since 5.9.0 |
| | 458 | * |
| | 459 | * @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar. |
| 458 | 460 | * |
| 459 | 461 | * @global string $_wp_current_template_id |
| 460 | | * @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar. |
| 461 | 462 | * |
| 462 | 463 | * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. |
| 463 | 464 | */ |
| … |
… |
function wp_admin_bar_edit_site_menu( $wp_admin_bar ) { |
| 493 | 494 | * Adds the "Customize" link to the Toolbar. |
| 494 | 495 | * |
| 495 | 496 | * @since 4.3.0 |
| | 497 | * |
| | 498 | * @global WP_Customize_Manager $wp_customize |
| 496 | 499 | * |
| 497 | 500 | * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. |
| 498 | | * @global WP_Customize_Manager $wp_customize |
| 499 | 501 | */ |
| 500 | 502 | function wp_admin_bar_customize_menu( $wp_admin_bar ) { |
| 501 | 503 | global $wp_customize; |