From a6265228f7695b265877022f0c9acc6b35ed432a Mon Sep 17 00:00:00 2001 From: tolgap Date: Wed, 1 May 2013 09:17:23 +0200 Subject: [PATCH] Show version on wp theme status by default --- php/commands/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/commands/theme.php b/php/commands/theme.php index 9e8ad5af..f7670c8c 100644 --- a/php/commands/theme.php +++ b/php/commands/theme.php @@ -133,6 +133,7 @@ class Theme_Command extends \WP_CLI\CommandWithUpgrade { 'name' => $key, 'status' => $this->get_status( $theme ), 'update' => $this->has_update( $theme->get_stylesheet() ), + 'version' => $theme->get('Version'), 'update_id' => $theme->get_stylesheet(), ); } -- 2.11.0