Remove debug

git-svn-id: http://svn.automattic.com/wordpress/trunk@9460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-01 06:57:00 +00:00
parent 843149dfa3
commit 76edf7888a

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