Changeset 55732 for trunk/src/wp-includes/class-wp-user-query.php
- Timestamp:
- 05/08/2023 10:35:38 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r55680 r55732 68 68 69 69 /** 70 * PHP5 constructor.70 * Constructor. 71 71 * 72 72 * @since 3.1.0 73 73 * 74 74 * @param null|string|array $query Optional. The query variables. 75 * See WP_User_Query::prepare_query() for information on accepted arguments. 75 76 */ 76 77 public function __construct( $query = null ) { … … 86 87 * @since 4.4.0 87 88 * 88 * @param array $args Query vars, as passed to `WP_User_Query`.89 * @param string|array $args Query vars, as passed to `WP_User_Query`. 89 90 * @return array Complete query variables with undefined ones filled in with defaults. 90 91 */ … … 148 149 * 149 150 * @param string|array $query { 150 * Optional. Array or string of Query parameters.151 * Optional. Array or string of query parameters. 151 152 * 152 153 * @type int $blog_id The site ID. Default is the current site.
Note: See TracChangeset
for help on using the changeset viewer.