Remove debug

git-svn-id: https://develop.svn.wordpress.org/trunk@9460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-01 06:57:00 +00:00
parent 9e262e7d0f
commit 15392065d3
1 changed files with 0 additions and 1 deletions

View File

@ -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();