Changeset 44800
- Timestamp:
- 03/05/2019 08:36:28 PM (6 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
-
branches/5.1/src/wp-includes/ms-site.php
r44727 r44800 69 69 70 70 $new_site = get_site( $wpdb->insert_id ); 71 72 if ( ! $new_site ) { 73 return new WP_Error( 'get_site_error', __( 'Could not retrieve site data.' ) ); 74 } 71 75 72 76 clean_blog_cache( $new_site );
Note: See TracChangeset
for help on using the changeset viewer.