Changeset 13242 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 02/20/2010 02:01:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r13240 r13242 688 688 689 689 function wpmu_signup_user_notification($user, $user_email, $key, $meta = '') { 690 global $current_site;691 692 690 if ( !apply_filters('wpmu_signup_user_notification', $user, $user_email, $key, $meta) ) 693 691 return false; … … 781 779 if ( is_wp_error($user_id) ) 782 780 return false; 783 784 $user = new WP_User($user_id);785 781 786 782 // Newly created users have no roles or caps until they are added to a blog.
Note: See TracChangeset
for help on using the changeset viewer.