Make WordPress Core


Ignore:
Timestamp:
05/26/2024 08:49:30 PM (9 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the placement of @global tags in various files.

Follow-up to [6589], [8598], [10798], [25490], [25594], [31192], [31194], [35718], [37437], [44169], [44948], [45247], [56763], [56773], [57370], [57503].

Props shailu25.
Fixes #61295.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.wp-styles.php

    r55072 r58200  
    1212 * Initializes $wp_styles if it has not been set.
    1313 *
     14 * @since 4.2.0
     15 *
    1416 * @global WP_Styles $wp_styles
    15  *
    16  * @since 4.2.0
    1717 *
    1818 * @return WP_Styles WP_Styles instance.
     
    3535 * and passing an array of strings prints those styles.
    3636 *
     37 * @since 2.6.0
     38 *
    3739 * @global WP_Styles $wp_styles The WP_Styles object for printing styles.
    38  *
    39  * @since 2.6.0
    4040 *
    4141 * @param string|bool|array $handles Styles to be printed. Default 'false'.
Note: See TracChangeset for help on using the changeset viewer.