mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 15:16:29 +01:00
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:
parent
5c57e68d48
commit
a36900c076
@ -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.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user