Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@9460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9e262e7d0f
commit
15392065d3
@ -602,7 +602,6 @@ function WP_Filesystem( $args = false ) {
|
||||
* @return unknown
|
||||
*/
|
||||
function get_filesystem_method($args = array()) {
|
||||
return 'ftpext';
|
||||
$method = false;
|
||||
if( function_exists('getmyuid') && function_exists('fileowner') ){
|
||||
$temp_file = wp_tempnam();
|
||||
|
Loading…
Reference in New Issue
Block a user