Changeset 31517 for trunk/src/wp-admin/network/user-new.php
- Timestamp:
- 02/23/2015 02:28:41 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/user-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/user-new.php
r29966 r31517 88 88 <table class="form-table"> 89 89 <tr class="form-field form-required"> 90 <th scope="row">< ?php _e( 'Username' ) ?></th>91 <td><input type="text" class="regular-text" name="user[username]" /></td>90 <th scope="row"><label for="username"><?php _e( 'Username' ) ?></label></th> 91 <td><input type="text" class="regular-text" name="user[username]" id="username" /></td> 92 92 </tr> 93 93 <tr class="form-field form-required"> 94 <th scope="row">< ?php _e( 'Email' ) ?></th>95 <td><input type="text" class="regular-text" name="user[email]" /></td>94 <th scope="row"><label for="email"><?php _e( 'Email' ) ?></label></th> 95 <td><input type="text" class="regular-text" name="user[email]" id="email"/></td> 96 96 </tr> 97 97 <tr class="form-field">
Note: See TracChangeset
for help on using the changeset viewer.