Changeset 47811 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 05/16/2020 07:31:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r47810 r47811 1228 1228 * 1229 1229 * @since 4.7.0 1230 * @since 4.9.0 Support the "object" type. 1231 * @since 5.2.0 Support validating "additionalProperties" against a schema. 1232 * @since 5.3.0 Support multiple types. 1233 * @since 5.4.0 Convert an empty string to an empty object. 1234 * @since 5.5.0 Add the "uuid" and "hex-color" formats. 1235 * Support the "minLength", "maxLength" and "pattern" keywords for strings. 1236 * Validate required properties. 1230 1237 * 1231 1238 * @param mixed $value The value to validate.
Note: See TracChangeset
for help on using the changeset viewer.