diff --git a/wp-includes/rest-api/rest-functions.php b/wp-includes/rest-api/rest-functions.php index f4bc96df51..7964bae34a 100644 --- a/wp-includes/rest-api/rest-functions.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 9d616b5921..d90bcc21df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.