Make WordPress Core

Ticket #26260: 26260.2.diff

File 26260.2.diff, 1.3 KB (added by Hanni, 11 years ago)
  • wp-admin/network/settings.php

     
    9191                <h3><?php _e( 'Operational Settings' ); ?></h3>
    9292                <table class="form-table">
    9393                        <tr valign="top">
    94                                 <th scope="row"><label for="site_name"><?php _e( 'Network Name' ) ?></label></th>
     94                                <th scope="row"><label for="site_name"><?php _e( 'Network Title' ) ?></label></th>
    9595                                <td>
    9696                                        <input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" />
    97                                         <p class="description">
    98                                                 <?php _e( 'What you would like to call this network.' ) ?>
    99                                         </p>
    10097                                </td>
    10198                        </tr>
    10299
  • wp-admin/network.php

     
    298298                                </td>
    299299                        </tr>
    300300                        <tr>
    301                                 <th scope='row'><?php esc_html_e( 'Admin E-mail Address' ); ?></th>
     301                                <th scope='row'><?php esc_html_e( 'Network Admin Email' ); ?></th>
    302302                                <td>
    303303                                        <input name='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' />
    304304                                        <p class="description">