diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index d1b834e57f..68dca1a075 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -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();