- Timestamp:
- 06/22/2023 02:34:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r55325 r55988 1306 1306 } 1307 1307 1308 if ( false !== strpos( $password, '\\' ) ) {1308 if ( str_contains( $password, '\\' ) ) { 1309 1309 return new WP_Error( 1310 1310 'rest_user_invalid_password',
Note: See TracChangeset
for help on using the changeset viewer.