From 14253d11b3f81b266055239ea471e3c56d3c585d Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 31 Oct 2015 20:07:21 +0000 Subject: [PATCH] REST API: remove the `@internal` annotation from `rest_api_default_filters()`. Props swissspidy, rachelbaker. Fixes #34219. git-svn-id: https://develop.svn.wordpress.org/trunk@35474 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rest-api/rest-functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/rest-api/rest-functions.php b/src/wp-includes/rest-api/rest-functions.php index f4bc96df51..7964bae34a 100644 --- a/src/wp-includes/rest-api/rest-functions.php +++ b/src/wp-includes/rest-api/rest-functions.php @@ -132,9 +132,10 @@ function rest_api_register_rewrites() { /** * Registers the default REST API filters. * - * @since 4.4.0 + * Attached to the {@see 'rest_api_init'} action + * to make testing and disabling these filters easier. * - * @internal This will live in default-filters.php + * @since 4.4.0 */ function rest_api_default_filters() { // Deprecated reporting.