Make WordPress Core


Ignore:
Timestamp:
01/07/2019 07:55:19 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since tag for users_pre_query filter added in [44373].

Revert unintended change to the @since tag for the WP_User_Query instance added to found_users_query filter in [43660].

See #44169, #43679.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-user-query.php

    r44373 r44410  
    602602         * have enough information to generate these values itself.
    603603         *
    604          * @since 5.0.3
     604         * @since 5.1.0
    605605         *
    606          * @param array|null $results Return an array of user data to short-circuit WP's user query or null to allow WP to run its normal queries.
     606         * @param array|null $results Return an array of user data to short-circuit WP's user query
     607         *                            or null to allow WP to run its normal queries.
    607608         * @param WP_User_Query $this The WP_User_Query instance (passed by reference).
    608609         */
     
    623624                 *
    624625                 * @since 3.2.0
    625                  * @since 5.0.3 Added the `$this` parameter.
     626                 * @since 5.1.0 Added the `$this` parameter.
    626627                 *
    627628                 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset for help on using the changeset viewer.