Changeset 14313 for trunk/wp-admin/ms-edit.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-edit.php
r14277 r14313 83 83 if ( false === $blog_details ) { 84 84 if ( is_numeric( $dashboard_blog ) ) 85 wp_die( __( ' Dashboard blog_id must be a blog that already exists' ) );85 wp_die( __( 'A dashboard site referenced by ID must already exist' ) ); 86 86 if ( is_subdomain_install() ) { 87 87 $domain = $dashboard_blog . '.' . $current_site->domain; … … 99 99 } 100 100 if ( is_wp_error( $dashboard_blog_id ) ) 101 wp_die( __( 'Problem creating dashboard blog: ' ) . $dashboard_blog_id->get_error_message() );101 wp_die( __( 'Problem creating dashboard site: ' ) . $dashboard_blog_id->get_error_message() ); 102 102 if ( $_POST['dashboard_blog_orig'] != $_POST['dashboard_blog'] ) { 103 103 $users = get_users_of_blog( get_site_option( 'dashboard_blog' ) );
Note: See TracChangeset
for help on using the changeset viewer.