diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php index 3345ea0aa1..e31c47ee61 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php @@ -369,7 +369,7 @@ class WP_REST_Pattern_Directory_Controller extends WP_REST_Controller { return apply_filters( 'rest_pattern_directory_collection_params', $query_params ); } - /* + /** * Include a hash of the query args, so that different requests are stored in * separate caches. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 49df52e28e..ed9147f98b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta2-59202'; +$wp_version = '6.7-beta2-59203'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.