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-includes/option.php

    r60448 r60682  
    16301630 * from table a, and the corresponding transient_timeout record from table b.
    16311631 *
     1632 * @since 4.9.0
     1633 *
    16321634 * @global wpdb $wpdb WordPress database abstraction object.
    1633  *
    1634  * @since 4.9.0
    16351635 *
    16361636 * @param bool $force_db Optional. Force cleanup to run against the database even when an external object cache is used.
Note: See TracChangeset for help on using the changeset viewer.