Ticket #34219: 34219.3.diff
File 34219.3.diff, 575 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/rest-api/rest-functions.php
132 132 /** 133 133 * Registers the default REST API filters. 134 134 * 135 * Attached to the {@see 'rest_api_init'} action 136 * to make testing and disabling these filters easier. 137 * 135 138 * @since 4.4.0 136 *137 * @internal This will live in default-filters.php138 139 */ 139 140 function rest_api_default_filters() { 140 141 // Deprecated reporting.