Skip to content

Commit 6519480

Browse files
committed
REST API: Correct the opening tag for this method's docblock.
Props szepeviktor See #61608 git-svn-id: https://develop.svn.wordpress.org/trunk@59203 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6a07d7a commit 6519480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public function get_collection_params() {
369369
return apply_filters( 'rest_pattern_directory_collection_params', $query_params );
370370
}
371371

372-
/*
372+
/**
373373
* Include a hash of the query args, so that different requests are stored in
374374
* separate caches.
375375
*

0 commit comments

Comments
 (0)