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
This commit is contained in:
Scott Taylor 2015-10-31 20:07:21 +00:00
parent 96eda396a6
commit 14253d11b3
1 changed files with 3 additions and 2 deletions

View File

@ -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.