Make WordPress Core

Changeset 26478


Ignore:
Timestamp:
11/29/2013 09:00:35 PM (12 years ago)
Author:
ocean90
Message:

Network Admin: Remove a superfluous description field and merge two similar strings.

props Hanni, SergeyBiryukov.
fixes #26260.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

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

    r26405 r26478  
    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 ); ?>' />
  • trunk/src/wp-admin/network/settings.php

    r26362 r26478  
    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>
Note: See TracChangeset for help on using the changeset viewer.