Changeset 39638 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 12/27/2016 09:20:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r39400 r39638 988 988 /** 989 989 * Validate a value based on a schema. 990 * 991 * @since 4.7.0 990 992 * 991 993 * @param mixed $value The value to validate. … … 1111 1113 * Sanitize a value based on a schema. 1112 1114 * 1115 * @since 4.7.0 1116 * 1113 1117 * @param mixed $value The value to sanitize. 1114 1118 * @param array $args Schema array to use for sanitization.
Note: See TracChangeset
for help on using the changeset viewer.