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

Props swissspidy, rachelbaker.
Fixes #34219.

Built from https://develop.svn.wordpress.org/trunk@35474


git-svn-id: http://core.svn.wordpress.org/trunk@35438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-31 20:08:25 +00:00
parent 5c57e68d48
commit a36900c076
2 changed files with 4 additions and 3 deletions

View File

@ -132,9 +132,10 @@ function rest_api_register_rewrites() {
/** /**
* Registers the default REST API filters. * 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() { function rest_api_default_filters() {
// Deprecated reporting. // Deprecated reporting.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-beta2-35473'; $wp_version = '4.4-beta2-35474';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.