/home/fortodpl/hairandtattoo.com/wp-admin/network
NameSizeModeActions
about.php2450644editdlrm
admin.php10240644editdlrm
contribute.php2550644editdlrm
credits.php2490644editdlrm
edit.php8780644editdlrm
freedoms.php2510644editdlrm
index.php29110644editdlrm
menu.php47910644editdlrm
plugin-editor.php2660644editdlrm
plugin-install.php3770644editdlrm
plugins.php2490644editdlrm
privacy.php2490644editdlrm
profile.php2540644editdlrm
settings.php222860644editdlrm
setup.php2470644editdlrm
site-info.php77890644editdlrm
site-new.php98070644editdlrm
site-settings.php59830644editdlrm
site-themes.php68500644editdlrm
site-users.php117870644editdlrm
sites.php145880644editdlrm
theme-editor.php2640644editdlrm
theme-install.php3740644editdlrm
themes.php159670644editdlrm
update-core.php2530644editdlrm
update.php4500644editdlrm
upgrade.php48950644editdlrm
user-edit.php2530644editdlrm
user-new.php52280644editdlrm
users.php118570644editdlrm
Edit: /home/fortodpl/hairandtattoo.com/wp-admin/network/index.php (2911B)
' . __( '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 .= ''; get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => $overview, ) ); $quick_tasks = '

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

'; $quick_tasks .= ''; $quick_tasks .= '

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

'; $quick_tasks .= ''; get_current_screen()->add_help_tab( array( 'id' => 'quick-tasks', 'title' => __( 'Quick Tasks' ), 'content' => $quick_tasks, ) ); get_current_screen()->set_help_sidebar( '

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

' . '

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

' . '

' . __( 'Support forums' ) . '

' ); wp_dashboard_setup(); wp_enqueue_script( 'dashboard' ); wp_enqueue_script( 'plugin-install' ); add_thickbox(); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>