Skip to content

Commit 87cbbb1

Browse files
committed
Docs: minor white-space correction.
This commit adds a missing space to the `@return` array of `WP_REST_Post_Format_Search_Handler::prepare_item()`. Props audrasjb, jigar-bhanushali, rollybueno. See #63166. Fixes #63218. git-svn-id: https://develop.svn.wordpress.org/trunk@61087 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 828a3fe commit 87cbbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function search_items( WP_REST_Request $request ) {
100100
* @type string $title Optional. Post format name.
101101
* @type string $url Optional. Post format permalink URL.
102102
* @type string $type Optional. String 'post-format'.
103-
*}
103+
* }
104104
*/
105105
public function prepare_item( $id, array $fields ) {
106106
$data = array();

0 commit comments

Comments
 (0)