Remove debug mode from WP-CLI by default, as it now outputs too much debugging information to be of use during normal development.

Fixes #34801
Props rodrigosprimo

Built from https://develop.svn.wordpress.org/trunk@35746


git-svn-id: http://core.svn.wordpress.org/trunk@35710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-11-28 18:37:27 +00:00
parent 28c78799c3
commit 2b81411a0d

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-RC1-35745';
$wp_version = '4.4-RC1-35746';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.