Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove duplicated code
  • Loading branch information
ernilambar committed Jan 11, 2024
commit 676a661339bb5ed75b43db21a1eb23dd57e28623
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