Changeset 47154 for trunk/src/wp-includes/ms-deprecated.php
- Timestamp:
- 02/01/2020 08:53:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-deprecated.php
r47122 r47154 411 411 412 412 if ( ! $blog_id = insert_blog($domain, $path, $site_id) ) 413 return __( '<strong>ERROR</strong>: problem creating site entry.' );413 return __( '<strong>ERROR</strong>: Problem creating site entry.' ); 414 414 415 415 switch_to_blog($blog_id);
Note: See TracChangeset
for help on using the changeset viewer.