Ticket #26260: 26260.2.diff
File 26260.2.diff, 1.3 KB (added by , 11 years ago) |
---|
-
wp-admin/network/settings.php
91 91 <h3><?php _e( 'Operational Settings' ); ?></h3> 92 92 <table class="form-table"> 93 93 <tr valign="top"> 94 <th scope="row"><label for="site_name"><?php _e( 'Network Name' ) ?></label></th>94 <th scope="row"><label for="site_name"><?php _e( 'Network Title' ) ?></label></th> 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 <p class="description">98 <?php _e( 'What you would like to call this network.' ) ?>99 </p>100 97 </td> 101 98 </tr> 102 99 -
wp-admin/network.php
298 298 </td> 299 299 </tr> 300 300 <tr> 301 <th scope='row'><?php esc_html_e( ' Admin E-mail Address' ); ?></th>301 <th scope='row'><?php esc_html_e( 'Network Admin Email' ); ?></th> 302 302 <td> 303 303 <input name='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' /> 304 304 <p class="description">