Changeset 15873 for trunk/wp-includes/user.php
- Timestamp:
- 10/20/2010 05:21:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r15851 r15873 540 540 * @uses WP_User_Query See for default arguments and information. 541 541 * 542 * @param array $args 542 * @param array $args Optional. 543 543 * @return array List of users. 544 544 */ 545 function get_users( $args ) {545 function get_users( $args = array() ) { 546 546 547 547 $args = wp_parse_args( $args );
Note: See TracChangeset
for help on using the changeset viewer.