Changeset 39400 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 12/01/2016 02:11:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r39329 r39400 841 841 $args = $attributes['args'][ $param ]; 842 842 843 return rest_sanitize_value_from_schema( $value, $args , $param);843 return rest_sanitize_value_from_schema( $value, $args ); 844 844 } 845 845
Note: See TracChangeset
for help on using the changeset viewer.