Changeset 37342 for trunk/src/wp-includes/user.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r37326 r37342 543 543 * @see WP_User_Query 544 544 * 545 * @param array $args Optional. Arguments to retrieve users. See {@see WP_User_Query::prepare_query()}545 * @param array $args Optional. Arguments to retrieve users. See WP_User_Query::prepare_query(). 546 546 * for more information on accepted arguments. 547 547 * @return array List of users. … … 968 968 * @param array|string $args { 969 969 * Optional. Array or string of arguments to generate a drop-down of users. 970 * {@see WP_User_Query::prepare_query() for additional available arguments.970 * See WP_User_Query::prepare_query() for additional available arguments. 971 971 * 972 972 * @type string $show_option_all Text to show as the drop-down default (all). … … 1919 1919 * 1920 1920 * Creates a new user with just the username, password, and email. For more 1921 * complex user creation use {@see wp_insert_user()}to specify more information.1921 * complex user creation use wp_insert_user() to specify more information. 1922 1922 * 1923 1923 * @since 2.0.0
Note: See TracChangeset
for help on using the changeset viewer.