X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/bf5c68485ef07868ad0a91168ecd0092af7661ae..8f374b7233bc2815ccc387e448d208c5434eb961:/wp-admin/network/sites.php?ds=sidebyside diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index 95902ebb..4bee9e1a 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -42,7 +42,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

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

' . - '

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

' . + '

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

' . '

' . __('Support Forums') . '

' ); @@ -78,9 +78,7 @@ if ( isset( $_GET['action'] ) ) { if ( ! current_user_can( 'manage_sites' ) ) wp_die( __( 'You do not have permission to access this page.' ) ); - if ( $_GET['action'] != -1 || $_POST['action2'] != -1 ) - $doaction = $_POST['action'] != -1 ? $_POST['action'] : $_POST['action2']; - + $doaction = $_POST['action'] != -1 ? $_POST['action'] : $_POST['action2']; $blogfunction = ''; foreach ( (array) $_POST['allblogs'] as $key => $val ) { @@ -210,7 +208,7 @@ if ( isset( $_GET['action'] ) ) { wp_die( __( 'You are not allowed to change the current site.' ) ); ?> - > + > <?php _e( 'WordPress › Confirm your action' ); ?> @@ -221,7 +219,7 @@ if ( isset( $_GET['action'] ) ) { ?> -

WordPress

+

WordPress