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
This commit is contained in:
John Blackbourn 2024-10-10 11:54:15 +00:00
parent 5cbec1348b
commit 7a41e769ec
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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.