Make WordPress Core


Ignore:
Timestamp:
08/24/2025 01:42:58 PM (9 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.