Make WordPress Core

Ticket #34219: 34219.3.diff

File 34219.3.diff, 575 bytes (added by rachelbaker, 9 years ago)
  • src/wp-includes/rest-api/rest-functions.php

     
    132132/**
    133133 * Registers the default REST API filters.
    134134 *
     135 * Attached to the {@see 'rest_api_init'} action
     136 * to make testing and disabling these filters easier.
     137 *
    135138 * @since 4.4.0
    136  *
    137  * @internal This will live in default-filters.php
    138139 */
    139140function rest_api_default_filters() {
    140141        // Deprecated reporting.