mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
Turn off verbose
git-svn-id: https://develop.svn.wordpress.org/trunk@8255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user