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

props Hanni, SergeyBiryukov.
fixes #26260.
Built from https://develop.svn.wordpress.org/trunk@26478


git-svn-id: http://core.svn.wordpress.org/trunk@26376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-11-29 21:01:10 +00:00
parent 1302f791c0
commit 2b3e31d6de
2 changed files with 2 additions and 5 deletions

View File

@ -298,7 +298,7 @@ function network_step1( $errors = false ) {
</td>
</tr>
<tr>
<th scope='row'><?php esc_html_e( 'Admin E-mail Address' ); ?></th>
<th scope='row'><?php esc_html_e( 'Network Admin Email' ); ?></th>
<td>
<input name='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' />
<p class="description">

View File

@ -91,12 +91,9 @@ if ( isset( $_GET['updated'] ) ) {
<h3><?php _e( 'Operational Settings' ); ?></h3>
<table class="form-table">
<tr valign="top">
<th scope="row"><label for="site_name"><?php _e( 'Network Name' ) ?></label></th>
<th scope="row"><label for="site_name"><?php _e( 'Network Title' ) ?></label></th>
<td>
<input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo esc_attr( $current_site->site_name ) ?>" />
<p class="description">
<?php _e( 'What you would like to call this network.' ) ?>
</p>
</td>
</tr>