Changeset 16438 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 11/17/2010 06:47:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r16299 r16438 1375 1375 function add_existing_user_to_blog( $details = false ) { 1376 1376 global $blog_id; 1377 1377 1378 1378 if ( is_array( $details ) ) { 1379 1379 $result = add_user_to_blog( $blog_id, $details[ 'user_id' ], $details[ 'role' ] );
Note: See TracChangeset
for help on using the changeset viewer.