diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index c1230e6ad6..d1b834e57f 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -602,6 +602,7 @@ 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(); @@ -720,8 +721,14 @@ jQuery(function($){ + + + + + +

- +