Skip to content

Commit 37b2443

Browse files
buntybuddybossschlessera
authored andcommitted
Issue #181 : fix phpcs issue
1 parent 237e627 commit 37b2443

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Taxonomy_Command.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ public function list_( $args, $assoc_args ) {
164164
$taxonomies = ( $is_strict ) ?
165165
get_taxonomies( $assoc_args, 'objects' ) :
166166
get_object_taxonomies( $taxonomy_object, 'objects' );
167-
168-
// $taxonomies = get_taxonomies( $assoc_args, 'objects' );
169167
$counts = [];
170168

171169
if ( count( $taxonomies ) > 0 && in_array( 'count', $fields, true ) ) {

0 commit comments

Comments
 (0)