Make WordPress Core

Changeset 60724


Ignore:
Timestamp:
09/09/2025 02:31:51 PM (3 months ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [28656], [29090].

Props shailu25, mukesh27.
See #63166.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r60363 r60724  
    496496 * @access private
    497497 *
     498 * @see timer_stop()
     499 *
    498500 * @global float $timestart Unix timestamp set at the beginning of the page load.
    499  * @see timer_stop()
    500501 *
    501502 * @return bool Always returns true.
  • trunk/src/wp-includes/post.php

    r60697 r60724  
    14841484 * @since 3.0.0
    14851485 *
     1486 * @see register_post_status()
     1487 *
    14861488 * @global stdClass[] $wp_post_statuses List of post statuses.
    1487  *
    1488  * @see register_post_status()
    14891489 *
    14901490 * @param string $post_status The name of a registered post status.
     
    15061506 * @since 3.0.0
    15071507 *
     1508 * @see register_post_status()
     1509 *
    15081510 * @global stdClass[] $wp_post_statuses List of post statuses.
    1509  *
    1510  * @see register_post_status()
    15111511 *
    15121512 * @param array|string $args     Optional. Array or string of post status arguments to compare against
     
    15881588 * @since 4.6.0 Object returned is now an instance of `WP_Post_Type`.
    15891589 *
     1590 * @see register_post_type()
     1591 *
    15901592 * @global array $wp_post_types List of post types.
    1591  *
    1592  * @see register_post_type()
    15931593 *
    15941594 * @param string $post_type The name of a registered post type.
     
    16101610 * @since 2.9.0
    16111611 *
     1612 * @see register_post_type() for accepted arguments.
     1613 *
    16121614 * @global array $wp_post_types List of post types.
    1613  *
    1614  * @see register_post_type() for accepted arguments.
    16151615 *
    16161616 * @param array|string $args     Optional. An array of key => value arguments to match against
Note: See TracChangeset for help on using the changeset viewer.