Make WordPress Core

Changeset 60658


Ignore:
Timestamp:
08/24/2025 01:42:58 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the order of @since and @global tags in some files.

Follow-up to [32642], [32643], [60416].

Props shailu25, mukesh27.
See #63166.

Location:
trunk/src/wp-admin/includes
Files:
3 edited

Legend:

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

    r60416 r60658  
    985985
    986986    /**
     987     * @since 3.3.0
     988     *
    987989     * @global array $wp_meta_boxes Global meta box state.
    988      *
    989      * @since 3.3.0
    990990     *
    991991     * @return bool
  • trunk/src/wp-admin/includes/misc.php

    r60480 r60658  
    10591059/**
    10601060 *
     1061 * @since 3.8.0
     1062 *
    10611063 * @global array $_wp_admin_css_colors
    1062  *
    1063  * @since 3.8.0
    10641064 */
    10651065function wp_color_scheme_settings() {
  • trunk/src/wp-admin/includes/template.php

    r60416 r60658  
    26322632 * Prints out the beginning of the admin HTML header.
    26332633 *
     2634 * @since 3.3.0
     2635 *
    26342636 * @global bool $is_IE
    2635  *
    2636  * @since 3.3.0
    26372637 */
    26382638function _wp_admin_html_begin() {
Note: See TracChangeset for help on using the changeset viewer.