- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r46586 r46696 1126 1126 * @param WP_REST_Request $request Full details about the request. 1127 1127 * @param string $param The parameter name. 1128 * @return WP_Error|stringThe sanitized username, if valid, otherwise an error.1128 * @return string|WP_Error The sanitized username, if valid, otherwise an error. 1129 1129 */ 1130 1130 public function check_username( $value, $request, $param ) { … … 1155 1155 * @param WP_REST_Request $request Full details about the request. 1156 1156 * @param string $param The parameter name. 1157 * @return WP_Error|stringThe sanitized password, if valid, otherwise an error.1157 * @return string|WP_Error The sanitized password, if valid, otherwise an error. 1158 1158 */ 1159 1159 public function check_user_password( $value, $request, $param ) {
Note: See TracChangeset
for help on using the changeset viewer.