mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Remove debug
git-svn-id: http://svn.automattic.com/wordpress/trunk@9460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
843149dfa3
commit
76edf7888a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user