Make WordPress Core

Changeset 18842


Ignore:
Timestamp:
09/30/2011 05:26:14 PM (13 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/settings.php

    r18536 r18842  
    1717    wp_die( __( 'You do not have permission to access this page.' ) );
    1818
    19 $title = __( 'Settings' );
     19$title = __( 'Network Settings' );
    2020$parent_file = 'settings.php';
    2121
     
    110110<div class="wrap">
    111111    <?php screen_icon('options-general'); ?>
    112     <h2><?php _e( 'Settings' ) ?></h2>
     112    <h2><?php echo esc_html( $title ); ?></h2>
    113113    <form method="post" action="settings.php">
    114114        <?php wp_nonce_field( 'siteoptions' ); ?>
Note: See TracChangeset for help on using the changeset viewer.