X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/a6f44f0edcda2471c5a33e4156c1c9488c7f3210..refs/tags/wordpress-3.7:/wp-admin/network/index.php diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php index 96c2c248..5514331c 100644 --- a/wp-admin/network/index.php +++ b/wp-admin/network/index.php @@ -8,7 +8,7 @@ */ /** Load WordPress Administration Bootstrap */ -require_once( './admin.php' ); +require_once( dirname( __FILE__ ) . '/admin.php' ); /** Load WordPress dashboard API */ require_once( ABSPATH . 'wp-admin/includes/dashboard.php' ); @@ -36,11 +36,11 @@ get_current_screen()->add_help_tab( array( ) ); $quick_tasks = '

' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '

'; -$quick_tasks .= ''; +$quick_tasks .= ''; $quick_tasks .= '

' . __( 'To search for a user or site, use the search boxes.' ) . '

'; -$quick_tasks .= ''; +$quick_tasks .= ''; get_current_screen()->add_help_tab( array( 'id' => 'quick-tasks', @@ -62,7 +62,7 @@ add_thickbox(); add_screen_option('layout_columns', array('max' => 4, 'default' => 2) ); -require_once( '../admin-header.php' ); +require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?> @@ -79,4 +79,4 @@ require_once( '../admin-header.php' ); - +