Changeset 51958 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
- Timestamp:
- 10/30/2021 08:25:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
r51463 r51958 357 357 358 358 /** 359 * Checks if a given request has access to delete all application passwords .359 * Checks if a given request has access to delete all application passwords for a user. 360 360 * 361 361 * @since 5.6.0 … … 383 383 384 384 /** 385 * Deletes all application passwords .385 * Deletes all application passwords for a user. 386 386 * 387 387 * @since 5.6.0 … … 412 412 413 413 /** 414 * Checks if a given request has access to delete a specific application password .414 * Checks if a given request has access to delete a specific application password for a user. 415 415 * 416 416 * @since 5.6.0 … … 438 438 439 439 /** 440 * Deletes one application password.440 * Deletes an application password for a user. 441 441 * 442 442 * @since 5.6.0 … … 475 475 476 476 /** 477 * Checks if a given request has access to get the currently used application password .477 * Checks if a given request has access to get the currently used application password for a user. 478 478 * 479 479 * @since 5.7.0 … … 501 501 502 502 /** 503 * Retrieves the application password being currently used for authentication .503 * Retrieves the application password being currently used for authentication of a user. 504 504 * 505 505 * @since 5.7.0 … … 724 724 725 725 /** 726 * Gets the requested application password .726 * Gets the requested application password for a user. 727 727 * 728 728 * @since 5.6.0
Note: See TracChangeset
for help on using the changeset viewer.