Remove trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@11930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -598,7 +598,7 @@ function WP_Filesystem( $args = false, $context = false ) {
|
||||
$abstraction_file = apply_filters('filesystem_method_file', ABSPATH . 'wp-admin/includes/class-wp-filesystem-' . $method . '.php', $method);
|
||||
if( ! file_exists($abstraction_file) )
|
||||
return;
|
||||
|
||||
|
||||
require_once($abstraction_file);
|
||||
}
|
||||
$method = "WP_Filesystem_$method";
|
||||
|
||||
Reference in New Issue
Block a user