Ticket #26260: 26260.diff
File 26260.diff, 567 bytes (added by , 11 years ago) |
---|
-
wp-admin/network/settings.php
95 95 <td> 96 96 <input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" /> 97 97 <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?' ) ?> 99 99 </p> 100 100 </td> 101 101 </tr>