X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f..7f1521bf193b382565eb753043c161f4cb3fcda7:/wp-admin/network/site-info.php diff --git a/wp-admin/network/site-info.php b/wp-admin/network/site-info.php index 2fb9fefe..87ca2563 100644 --- a/wp-admin/network/site-info.php +++ b/wp-admin/network/site-info.php @@ -29,7 +29,7 @@ if ( ! current_user_can( 'manage_sites' ) ) get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Site Management') . '

' . + '

' . __('Documentation on Site Management') . '

' . '

' . __('Support Forums') . '

' ); @@ -40,7 +40,7 @@ if ( ! $id ) $details = get_blog_details( $id ); if ( !can_edit_network( $details->site_id ) ) - wp_die( __( 'You do not have permission to access this page.' ) ); + wp_die( __( 'You do not have permission to access this page.' ), 403 ); $parsed = parse_url( $details->siteurl ); $is_main_site = is_main_site( $id ); @@ -50,15 +50,6 @@ if ( isset($_REQUEST['action']) && 'update-site' == $_REQUEST['action'] ) { switch_to_blog( $id ); - if ( isset( $_POST['update_home_url'] ) && $_POST['update_home_url'] == 'update' ) { - $blog_address = esc_url_raw( $_POST['blog']['domain'] . $_POST['blog']['path'] ); - if ( get_option( 'siteurl' ) != $blog_address ) - update_option( 'siteurl', $blog_address ); - - if ( get_option( 'home' ) != $blog_address ) - update_option( 'home', $blog_address ); - } - // Rewrite rules can't be flushed during switch to blog. delete_option( 'rewrite_rules' ); @@ -74,6 +65,17 @@ if ( isset($_REQUEST['action']) && 'update-site' == $_REQUEST['action'] ) { } update_blog_details( $id, $blog_data ); + if ( isset( $_POST['update_home_url'] ) && $_POST['update_home_url'] == 'update' ) { + $new_details = get_blog_details( $id, false ); + $blog_address = esc_url_raw( $new_details->domain . $new_details->path ); + if ( get_option( 'siteurl' ) != $blog_address ) { + update_option( 'siteurl', $blog_address ); + } + if ( get_option( 'home' ) != $blog_address ) { + update_option( 'home', $blog_address ); + } + } + restore_current_blog(); wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-info.php') ); exit; @@ -86,8 +88,8 @@ if ( isset($_GET['update']) ) { } $site_url_no_http = preg_replace( '#^http(s)?://#', '', get_blogaddress_by_id( $id ) ); -$title_site_url_linked = sprintf( __('Edit Site: %2$s'), get_blogaddress_by_id( $id ), $site_url_no_http ); -$title = sprintf( __('Edit Site: %s'), $site_url_no_http ); +$title_site_url_linked = sprintf( __( 'Edit Site: %s' ), '' . $site_url_no_http . '' ); +$title = sprintf( __( 'Edit Site: %s' ), $site_url_no_http ); $parent_file = 'sites.php'; $submenu_file = 'sites.php'; @@ -115,41 +117,45 @@ foreach ( $tabs as $tab_id => $tab ) {

' . $msg . '

'; + echo '

' . $msg . '

'; } ?>
- + - + + - + - + + - - + + - - + + __( 'Public' ) ); @@ -163,10 +169,13 @@ if ( ! empty( $messages ) ) {
domain ) ?>
path ) ?> -
/> siteurl and home as well.' ); ?>
+
+ /> +
+
+ $field_label ) : ?>
+