Changeset 35474 for trunk/src/wp-includes/rest-api/rest-functions.php
- Timestamp:
- 10/31/2015 08:07:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/rest-functions.php
r35462 r35474 133 133 * Registers the default REST API filters. 134 134 * 135 * @since 4.4.0 136 * 137 * @internal This will live in default-filters.php 135 * Attached to the {@see 'rest_api_init'} action 136 * to make testing and disabling these filters easier. 137 * 138 * @since 4.4.0 138 139 */ 139 140 function rest_api_default_filters() {
Note: See TracChangeset
for help on using the changeset viewer.