- Timestamp:
- 10/22/2020 03:04:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-application-passwords.php
r49109 r49276 52 52 $new_item = array( 53 53 'uuid' => wp_generate_uuid4(), 54 'app_id' => empty( $args['app_id'] ) ? '' : $args['app_id'], 54 55 'name' => $args['name'], 55 56 'password' => $hashed_password,
Note: See TracChangeset
for help on using the changeset viewer.