From 1fe10ae4e5efd83ef8f74b552bd5e0c1cc4ec3db Mon Sep 17 00:00:00 2001 From: scribu Date: Tue, 6 Aug 2013 03:06:02 +0300 Subject: [PATCH] colorize update candidates. fixes #638 --- php/WP_CLI/CommandWithUpgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/WP_CLI/CommandWithUpgrade.php b/php/WP_CLI/CommandWithUpgrade.php index aaac62ed..8e3e6c8c 100644 --- a/php/WP_CLI/CommandWithUpgrade.php +++ b/php/WP_CLI/CommandWithUpgrade.php @@ -192,7 +192,7 @@ abstract class CommandWithUpgrade extends \WP_CLI_Command { } } - \WP_CLI::line( $item_list ); + \WP_CLI::line( \WP_CLI::colorize( $item_list ) ); return; } -- 2.11.0