Changeset 45835 for branches/5.2/src/wp-admin/includes/network.php
- Timestamp:
- 08/19/2019 04:14:38 AM (6 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/network.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/includes/network.php
r45834 r45835 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.