Changeset 53724 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
- Timestamp:
- 07/19/2022 04:20:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
r51958 r53724 654 654 return array( 655 655 'self' => array( 656 'href' => rest_url( sprintf( '%s/users/%d/application-passwords/%s', $this->namespace, $user->ID, $item['uuid'] ) ), 656 'href' => rest_url( 657 sprintf( 658 '%s/users/%d/application-passwords/%s', 659 $this->namespace, 660 $user->ID, 661 $item['uuid'] 662 ) 663 ), 657 664 ), 658 665 );
Note: See TracChangeset
for help on using the changeset viewer.