Changeset 45416 for trunk/src/wp-admin/includes/network.php
- Timestamp:
- 05/25/2019 03:18:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/network.php
r45403 r45416 348 348 <?php endif; ?> 349 349 <tr> 350 <th scope='row'>< ?php esc_html_e( 'Network Title' ); ?></th>351 <td> 352 <input name='sitename' type='text' size='45' value='<?php echo esc_attr( $site_name ); ?>' />350 <th scope='row'><label for="sitename"><?php esc_html_e( 'Network Title' ); ?></label></th> 351 <td> 352 <input name='sitename' id='sitename' type='text' size='45' value='<?php echo esc_attr( $site_name ); ?>' /> 353 353 <p class="description"> 354 354 <?php _e( 'What would you like to call your network?' ); ?> … … 357 357 </tr> 358 358 <tr> 359 <th scope='row'>< ?php esc_html_e( 'Network Admin Email' ); ?></th>360 <td> 361 <input name='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' />359 <th scope='row'><label for="email"><?php esc_html_e( 'Network Admin Email' ); ?></label></th> 360 <td> 361 <input name='email' id='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' /> 362 362 <p class="description"> 363 363 <?php _e( 'Your email address.' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.