Make WordPress Core


Ignore:
Timestamp:
08/27/2025 01:40:57 PM (12 months ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [9053], [13177], [16660], [32642], [37226], [54953], [59865], [60658].

Props viralsampat, shailu25, sandipsinh007.
Fixes #63879. See #63166.

File:
1 edited

Legend:

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

    r60681 r60682  
    17521752 * add_settings_section() and add_settings_field()
    17531753 *
     1754 * @since 2.7.0
     1755 *
    17541756 * @global array $wp_settings_sections Storage array of all settings sections added to admin pages.
    17551757 * @global array $wp_settings_fields Storage array of settings fields and info about their pages/sections.
    1756  * @since 2.7.0
    17571758 *
    17581759 * @param string $page The slug name of the page whose settings sections you want to output.
     
    18011802 * rather than directly.
    18021803 *
     1804 * @since 2.7.0
     1805 *
    18031806 * @global array $wp_settings_fields Storage array of settings fields and their pages/sections.
    1804  *
    1805  * @since 2.7.0
    18061807 *
    18071808 * @param string $page Slug title of the admin page whose settings fields you want to show.
Note: See TracChangeset for help on using the changeset viewer.