Changeset 48692
- Timestamp:
- 07/30/2020 12:26:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r48526 r48692 1292 1292 return new WP_Error( 1293 1293 'rest_user_invalid_password', 1294 __( 'Passwords cannot contain the "\\" character.' ), 1294 sprintf( 1295 /* translators: %s: The '\' character. */ 1296 __( 'Passwords cannot contain the "%s" character.' ), 1297 '\\' 1298 ), 1295 1299 array( 'status' => 400 ) 1296 1300 );
Note: See TracChangeset
for help on using the changeset viewer.