- Timestamp:
- 10/04/2017 08:26:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r41588 r41727 1847 1847 'arg_options' => array( 1848 1848 'sanitize_callback' => null, // Note: sanitization implemented in self::prepare_item_for_database() 1849 'validate_callback' => null, // Note: validation implemented in self::prepare_item_for_database() 1849 1850 ), 1850 1851 'properties' => array( … … 1871 1872 'arg_options' => array( 1872 1873 'sanitize_callback' => null, // Note: sanitization implemented in self::prepare_item_for_database() 1874 'validate_callback' => null, // Note: validation implemented in self::prepare_item_for_database() 1873 1875 ), 1874 1876 'properties' => array( … … 1909 1911 'arg_options' => array( 1910 1912 'sanitize_callback' => null, // Note: sanitization implemented in self::prepare_item_for_database() 1913 'validate_callback' => null, // Note: validation implemented in self::prepare_item_for_database() 1911 1914 ), 1912 1915 'properties' => array(
Note: See TracChangeset
for help on using the changeset viewer.