- Timestamp:
- 09/05/2019 11:04:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r45932 r46069 1123 1123 * @since 4.7.0 1124 1124 * 1125 * @param mixed$value The username submitted in the request.1126 * @param WP_REST_Request$request Full details about the request.1127 * @param string$param The parameter name.1125 * @param mixed $value The username submitted in the request. 1126 * @param WP_REST_Request $request Full details about the request. 1127 * @param string $param The parameter name. 1128 1128 * @return WP_Error|string The sanitized username, if valid, otherwise an error. 1129 1129 */ … … 1152 1152 * @since 4.7.0 1153 1153 * 1154 * @param mixed$value The password submitted in the request.1155 * @param WP_REST_Request$request Full details about the request.1156 * @param string$param The parameter name.1154 * @param mixed $value The password submitted in the request. 1155 * @param WP_REST_Request $request Full details about the request. 1156 * @param string $param The parameter name. 1157 1157 * @return WP_Error|string The sanitized password, if valid, otherwise an error. 1158 1158 */
Note: See TracChangeset
for help on using the changeset viewer.