exit;
} elseif ( !
empty( $_GET['dismiss'
] ) && 'new_network_admin_email' ===
$_GET['dismiss'
] ) { check_admin_referer( 'dismiss_new_network_admin_email'
);
delete_site_option( 'network_admin_hash'
);
delete_site_option( 'new_admin_email'
);
wp_redirect( network_admin_url( 'settings.php?updated=true'
) );
exit;
}add_action( 'admin_head', 'network_settings_add_js'
);
get_current_screen()->
add_help_tab( array
( 'id' => 'overview',
'title' =>
__( 'Overview'
),
'content' =>
'<p>' .
__( 'This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.'
) . '</p>' .
'<p>' .
__( 'Operational settings has fields for the network’s name and admin email.'
) . '</p>' .
'<p>' .
__( 'Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.'
) . '</p>' .
'<p>' .
__( 'New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.'
) . '</p>' .
'<p>' .
__( 'Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).'
) . '</p>' .
'<p>' .
__( 'You can set the language, and WordPress will automatically download and install the translation files (available if your filesystem is writable).'
) . '</p>' .
'<p>' .
__( 'Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.'
) . '</p>' .