Skip to content

Commit

Permalink
Merge pull request #391 from ernilambar/remove-duplicated-code
Browse files Browse the repository at this point in the history
Remove duplicated code
  • Loading branch information
swissspidy authored Jan 11, 2024
2 parents 12618c7 + 676a661 commit 955bd94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Theme_AutoUpdates_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ public function status( $args, $assoc_args ) {

$results[] = [
'name' => $theme->stylesheet,
'name
' => $theme->stylesheet,
'status' => $enabled ? 'enabled' : 'disabled',
];
}
Expand Down

0 comments on commit 955bd94

Please sign in to comment.