Skip to content

Commit 6412056

Browse files
buntybuddybossschlessera
authored andcommitted
Minor fix
1 parent 4cb3fa8 commit 6412056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Taxonomy_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function list_( $args, $assoc_args ) {
165165
? get_object_taxonomies( $taxonomy_object, 'objects' )
166166
: get_taxonomies( $assoc_args, 'objects' );
167167

168-
$counts = [];
168+
$counts = [];
169169

170170
if ( count( $taxonomies ) > 0 && in_array( 'count', $fields, true ) ) {
171171
$counts = $this->get_counts( wp_list_pluck( $taxonomies, 'name' ) );

0 commit comments

Comments
 (0)