diff --git a/src/Theme_AutoUpdates_Command.php b/src/Theme_AutoUpdates_Command.php index 985aa1a1..204435bc 100644 --- a/src/Theme_AutoUpdates_Command.php +++ b/src/Theme_AutoUpdates_Command.php @@ -297,8 +297,6 @@ public function status( $args, $assoc_args ) { $results[] = [ 'name' => $theme->stylesheet, - 'name - ' => $theme->stylesheet, 'status' => $enabled ? 'enabled' : 'disabled', ]; }