Changeset 51878 for trunk/src/wp-admin/authorize-application.php
- Timestamp:
- 10/01/2021 01:47:59 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/authorize-application.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/authorize-application.php
r51475 r51878 226 226 <div class="form-field"> 227 227 <label for="app_name"><?php _e( 'New Application Password Name' ); ?></label> 228 <input type="text" id="app_name" name="app_name" value="<?php echo esc_attr( $app_name ); ?>" placeholder="<?php esc_attr_e( 'WordPress App on My Phone' ); ?>"required />228 <input type="text" id="app_name" name="app_name" value="<?php echo esc_attr( $app_name ); ?>" required /> 229 229 </div> 230 230
Note: See TracChangeset
for help on using the changeset viewer.