Changeset 19593 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r19504 r19593 881 881 if ( is_wp_error($blog_id) ) { 882 882 // If blog is taken, that means a previous attempt to activate this blog failed in between creating the blog and 883 // setting the activation flag. 883 // setting the activation flag. Let's just set the active flag and instruct the user to reset their password. 884 884 if ( 'blog_taken' == $blog_id->get_error_code() ) { 885 885 $blog_id->add_data( $signup );
Note: See TracChangeset
for help on using the changeset viewer.