Make WordPress Core


Ignore:
Timestamp:
10/31/2015 08:07:21 PM (10 years ago)
Author:
wonderboymusic
Message:

REST API: remove the @internal annotation from rest_api_default_filters().

Props swissspidy, rachelbaker.
Fixes #34219.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/rest-functions.php

    r35462 r35474  
    133133 * Registers the default REST API filters.
    134134 *
    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
    138139 */
    139140function rest_api_default_filters() {
Note: See TracChangeset for help on using the changeset viewer.