Ticket #48057: 48057.patch
File 48057.patch, 1.4 KB (added by , 6 years ago) |
---|
-
class-wp-user-query.php
159 159 * @type string $search Search keyword. Searches for possible string matches on columns. 160 160 * When `$search_columns` is left empty, it tries to determine which 161 161 * column to search in based on search string. Default empty. 162 * @type array $search_columns Array of column names to be searched. Accepts 'ID', 'login', 163 * 'nicename', 'email', 'url'. Default empty array. 162 * @type array $search_columns Array of column names to be searched. Accepts 'ID', 'user_login', 163 * 'user_url', 'user_email', 'user_nicename', 'display_name'. Default 164 * empty array. 164 165 * @type string|array $orderby Field(s) to sort the retrieved users by. May be a single value, 165 166 * an array of values, or a multi-dimensional array with fields as 166 167 * keys and orders ('ASC' or 'DESC') as values. Accepted values are