Changeset 15883
- Timestamp:
- 10/21/2010 01:12:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r15882 r15883 566 566 * @return array List of users that are part of that Blog ID 567 567 */ 568 function get_users_of_blog( $id = '' , $args = array()) {568 function get_users_of_blog( $id = '' ) { 569 569 global $blog_id; 570 570 571 if ( empty( $id) )571 if ( empty( $id ) ) 572 572 $id = (int) $blog_id; 573 573
Note: See TracChangeset
for help on using the changeset viewer.