- Timestamp:
- 02/03/2025 07:50:50 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r59357 r59754 1311 1311 * @return string|WP_Error The sanitized password, if valid, otherwise an error. 1312 1312 */ 1313 public function check_user_password( $value, $request, $param ) { 1313 public function check_user_password( 1314 #[\SensitiveParameter] 1315 $value, 1316 $request, 1317 $param 1318 ) { 1314 1319 $password = (string) $value; 1315 1320
Note: See TracChangeset
for help on using the changeset viewer.