mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
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
|
<?php
|
||||||
class WP_Filesystem_Base{
|
class WP_Filesystem_Base{
|
||||||
var $verbose = true;
|
var $verbose = false;
|
||||||
var $cache = array();
|
var $cache = array();
|
||||||
|
|
||||||
var $method = '';
|
var $method = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user