mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 13:23:40 +01:00
Network Admin: Remove a superfluous description field and merge two similar strings.
props Hanni, SergeyBiryukov. fixes #26260. git-svn-id: https://develop.svn.wordpress.org/trunk@26478 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4014c3edc1
commit
4aa9587a56
@ -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">
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user