From: scribu Date: Sat, 19 Jan 2013 13:19:56 +0000 (+0200) Subject: 'color', not 'colors'. see #267 X-Git-Tag: v0.8.0~18 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=64f26b484c6fd14aaf8c6c2f92f7bac0d0738fd3;p=wvm%2Fwvm.git 'color', not 'colors'. see #267 --- diff --git a/php/class-wp-cli.php b/php/class-wp-cli.php index d3729e97..4b07b295 100644 --- a/php/class-wp-cli.php +++ b/php/class-wp-cli.php @@ -293,8 +293,8 @@ class WP_CLI { if ( !isset( self::$config['disabled_commands'] ) ) self::$config['disabled_commands'] = array(); - if ( !isset( self::$config['colors'] ) ) - self::$config['colors'] = ! \cli\Shell::isPiped(); + if ( !isset( self::$config['color'] ) ) + self::$config['color'] = ! \cli\Shell::isPiped(); self::parse_args();