X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fa11948979fd6a4ea5705dc613b239699a459db3..refs/tags/wordpress-3.9:/wp-admin/network/index.php?ds=inline diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php index 5514331c..bd6437e7 100644 --- a/wp-admin/network/index.php +++ b/wp-admin/network/index.php @@ -51,7 +51,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

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

' . '

' . __('Documentation on the Network Admin') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); wp_dashboard_setup(); @@ -60,14 +60,11 @@ wp_enqueue_script( 'dashboard' ); wp_enqueue_script( 'plugin-install' ); add_thickbox(); -add_screen_option('layout_columns', array('max' => 4, 'default' => 2) ); - require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-