Ticket #8412: another-allready.diff
| File another-allready.diff, 619 bytes (added by , 18 years ago) |
|---|
-
wp-admin/includes/plugin-install.php
868 868 869 869 if( $wp_filesystem->exists( $plugins_dir . $filelist[0] ) ) { 870 870 $wp_filesystem->delete($working_dir, true); 871 return new WP_Error('install_folder_exists', __('Folder al lready exists.'), $filelist[0] );871 return new WP_Error('install_folder_exists', __('Folder already exists.'), $filelist[0] ); 872 872 } 873 873 874 874 apply_filters('install_feedback', __('Installing the plugin'));