- Timestamp:
- 07/19/2021 09:13:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-application-passwords.php
r50057 r51463 152 152 153 153 /** 154 * Gets a user's application password with the given uuid.155 * 156 * @since 5.6.0 157 * 158 * @param int $user_id User ID. 159 * @param string $uuid The password's uuid.154 * Gets a user's application password with the given UUID. 155 * 156 * @since 5.6.0 157 * 158 * @param int $user_id User ID. 159 * @param string $uuid The password's UUID. 160 160 * @return array|null The application password if found, null otherwise. 161 161 */ … … 199 199 * 200 200 * @param int $user_id User ID. 201 * @param string $uuid The password's uuid.201 * @param string $uuid The password's UUID. 202 202 * @param array $update Information about the application password to update. 203 203 * @return true|WP_Error True if successful, otherwise a WP_Error instance is returned on error. … … 253 253 * 254 254 * @param int $user_id User ID. 255 * @param string $uuid The password's uuid.255 * @param string $uuid The password's UUID. 256 256 * @return true|WP_Error True if the usage was recorded, a WP_Error if an error occurs. 257 257 */ … … 291 291 * 292 292 * @param int $user_id User ID. 293 * @param string $uuid The password's uuid.293 * @param string $uuid The password's UUID. 294 294 * @return true|WP_Error Whether the password was successfully found and deleted, a WP_Error otherwise. 295 295 */
Note: See TracChangeset
for help on using the changeset viewer.