Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Jun 18, 2020
1 parent 9534391 commit f558221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-rest-term-search-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct() {
$this->subtypes = array_values(
get_taxonomies(
array(
'public' => true,
'public' => true,
),
'names'
)
Expand Down

0 comments on commit f558221

Please sign in to comment.