Make WordPress Core

Changeset 57747


Ignore:
Timestamp:
03/01/2024 10:41:23 PM (11 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the placement of @global tags in wp-includes/admin-bar.php.

Follow-up to [38810], [56209].

Props shailu25, sabernhardt.
See #60021.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/admin-bar.php

    r57708 r57747  
    451451 *
    452452 * @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.
    453454 *
    454455 * @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.
    456456 *
    457457 * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance.
     
    490490 * @since 4.3.0
    491491 *
    492  * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance.
    493492 * @global WP_Customize_Manager $wp_customize
     493 *
     494 * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance.
    494495 */
    495496function wp_admin_bar_customize_menu( $wp_admin_bar ) {
Note: See TracChangeset for help on using the changeset viewer.