/home/altere25/berryglowbeauty.com/wp-admin/network
NameSizeModeActions
about.php2630644editdlrm
admin.php10330644editdlrm
credits.php2670644editdlrm
edit.php9250644editdlrm
freedoms.php2690644editdlrm
index.php28790644editdlrm
menu.php47460644editdlrm
plugin-editor.php2790644editdlrm
plugin-install.php3940644editdlrm
plugins.php2670644editdlrm
privacy.php2670644editdlrm
profile.php2720644editdlrm
settings.php206940640editdlrm
setup.php2650644editdlrm
site-info.php70180644editdlrm
site-new.php98770644editdlrm
site-settings.php55610644editdlrm
site-themes.php67280644editdlrm
site-users.php117310644editdlrm
sites.php132620644editdlrm
theme-editor.php2770644editdlrm
theme-install.php3910644editdlrm
themes.php121880644editdlrm
update-core.php2710644editdlrm
update.php4620644editdlrm
upgrade.php49580644editdlrm
user-edit.php2710644editdlrm
user-new.php48830644editdlrm
users.php94070644editdlrm
Edit: /home/altere25/berryglowbeauty.com/wp-admin/network/index.php (2879B)
' . __( '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' ); ?>