Make WordPress Core


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

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

props Hanni, SergeyBiryukov.
fixes #26260.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.