Changeset 57747
- Timestamp:
- 03/01/2024 10:41:23 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r57708 r57747 451 451 * 452 452 * @since 5.9.0 453 * @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar. 453 454 * 454 455 * @global string $_wp_current_template_id 455 * @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar.456 456 * 457 457 * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. … … 490 490 * @since 4.3.0 491 491 * 492 * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance.493 492 * @global WP_Customize_Manager $wp_customize 493 * 494 * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance. 494 495 */ 495 496 function wp_admin_bar_customize_menu( $wp_admin_bar ) {
Note: See TracChangeset
for help on using the changeset viewer.