Changeset 41727 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 10/04/2017 08:26:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r41162 r41727 392 392 'arg_options' => array( 393 393 'sanitize_callback' => null, // Note: sanitization implemented in self::prepare_item_for_database() 394 'validate_callback' => null, // Note: validation implemented in self::prepare_item_for_database() 394 395 ), 395 396 'properties' => array( … … 414 415 'arg_options' => array( 415 416 'sanitize_callback' => null, // Note: sanitization implemented in self::prepare_item_for_database() 417 'validate_callback' => null, // Note: validation implemented in self::prepare_item_for_database() 416 418 ), 417 419 'properties' => array(
Note: See TracChangeset
for help on using the changeset viewer.