Turn off verbose
git-svn-id: http://svn.automattic.com/wordpress/trunk@8255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e38b2bcaa8
commit
14fc4d5981
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
class WP_Filesystem_Base{
|
||||
var $verbose = true;
|
||||
var $verbose = false;
|
||||
var $cache = array();
|
||||
|
||||
var $method = '';
|
||||
|
@ -155,4 +155,4 @@ class WP_Filesystem_Base{
|
|||
return $newmode;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue