Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit a626416

Browse files
Fix indentation
1 parent 957de88 commit a626416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/endpoints/class-wp-rest-posts-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ public function get_collection_params() {
15971597
);
15981598
$params['filter'] = array(
15991599
'description' => 'Use WP Query arguments to modify the response; private query vars require appropriate authorization.',
1600-
);
1600+
);
16011601
return $params;
16021602
}
16031603

0 commit comments

Comments
 (0)