diff -r 000000000000 -r d970ebf37754 wp/wp-admin/network/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-admin/network/index.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,82 @@ +' . __( 'Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.' ) . '
'; +$overview .= '' . __( 'From here you can:' ) . '
'; +$overview .= '' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '
'; +$quick_tasks .= '' . __( 'To search for a user or site, use the search boxes.' ) . '
'; +$quick_tasks .= '' . __('For more information:') . '
' . + '' . __('Documentation on the Network Admin') . '
' . + '' . __('Support Forums') . '
' +); + +wp_dashboard_setup(); + +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' ); + +?> + +