From: tolgap Date: Wed, 1 May 2013 07:17:23 +0000 (+0200) Subject: Show version on wp theme status by default X-Git-Tag: v0.10.0~82^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a6265228f7695b265877022f0c9acc6b35ed432a;p=wvm%2Fwvm.git Show version on wp theme status by default --- 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(), ); }