Changeset 44410 for trunk/src/wp-includes/class-wp-user-query.php
- Timestamp:
- 01/07/2019 07:55:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r44373 r44410 602 602 * have enough information to generate these values itself. 603 603 * 604 * @since 5. 0.3604 * @since 5.1.0 605 605 * 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. 607 608 * @param WP_User_Query $this The WP_User_Query instance (passed by reference). 608 609 */ … … 623 624 * 624 625 * @since 3.2.0 625 * @since 5. 0.3Added the `$this` parameter.626 * @since 5.1.0 Added the `$this` parameter. 626 627 * 627 628 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.