From 7a41e769ec44acac6f6253aefdf7894149b65a97 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 10 Oct 2024 11:54:15 +0000 Subject: [PATCH] REST API: Correct the opening tag for this method's docblock. Props szepeviktor See #61608 Built from https://develop.svn.wordpress.org/trunk@59203 git-svn-id: http://core.svn.wordpress.org/trunk@58598 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../endpoints/class-wp-rest-pattern-directory-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.