Make WordPress Core

Ticket #26260: 26260.diff

File 26260.diff, 567 bytes (added by Latz, 11 years ago)
  • wp-admin/network/settings.php

     
    9595                                <td>
    9696                                        <input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" />
    9797                                        <p class="description">
    98                                                 <?php _e( 'What you would like to call this network.' ) ?>
     98                                                <?php _e( 'What you would like to call this network?' ) ?>
    9999                                        </p>
    100100                                </td>
    101101                        </tr>