Make WordPress Core

Ticket #20314: 20314-2.diff

File 20314-2.diff, 541 bytes (added by Ipstenu, 13 years ago)

Oh FFS....

  • wp-admin/network/settings.php

     
    125125                                <td>
    126126                                        <input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" />
    127127                                        <br />
    128                                         <?php _e( 'What you would like to call this website.' ) ?>
     128                                        <?php _e( 'What you would like to call this network.' ) ?>
    129129                                </td>
    130130                        </tr>
    131131