Enable wpfs auto selection. Props DD32. seee #5586

git-svn-id: https://develop.svn.wordpress.org/trunk@7414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-20 06:08:27 +00:00
parent 2b6119cd60
commit e6c6a44a6c
1 changed files with 0 additions and 2 deletions

View File

@ -313,8 +313,6 @@ function WP_Filesystem( $args = false, $preference = false ) {
}
function get_filesystem_method() {
return 'ftpsockets';
$tempFile = tempnam(get_temp_dir(), 'WPU');
if ( getmyuid() == fileowner($tempFile) ) {