s/Settings/Network Settings/. Props wpmuguru. fixes #16027

git-svn-id: https://develop.svn.wordpress.org/trunk@18842 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-09-30 17:26:14 +00:00
parent a3bdf19206
commit 35130709a7
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ if ( ! is_multisite() )
if ( ! current_user_can( 'manage_network_options' ) )
wp_die( __( 'You do not have permission to access this page.' ) );
$title = __( 'Settings' );
$title = __( 'Network Settings' );
$parent_file = 'settings.php';
add_contextual_help( $current_screen,
@ -109,7 +109,7 @@ if ( isset( $_GET['updated'] ) ) {
<div class="wrap">
<?php screen_icon('options-general'); ?>
<h2><?php _e( 'Settings' ) ?></h2>
<h2><?php echo esc_html( $title ); ?></h2>
<form method="post" action="settings.php">
<?php wp_nonce_field( 'siteoptions' ); ?>
<h3><?php _e( 'Operational Settings' ); ?></h3>