mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user