From 9e262e7d0f57b975721ab3afca27b7503a360aa1 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 1 Nov 2008 06:56:38 +0000 Subject: [PATCH] Pass along POST info when requesting credentials git-svn-id: https://develop.svn.wordpress.org/trunk@9459 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/file.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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($){ + + + + + +

- +