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:
parent
5cbec1348b
commit
7a41e769ec
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue