mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Typo fix from nbachiyski. fixes #8412
git-svn-id: https://develop.svn.wordpress.org/trunk@9950 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -868,7 +868,7 @@ function wp_install_plugin_local_package($package, $feedback = '') {
|
||||
|
||||
if( $wp_filesystem->exists( $plugins_dir . $filelist[0] ) ) {
|
||||
$wp_filesystem->delete($working_dir, true);
|
||||
return new WP_Error('install_folder_exists', __('Folder allready exists.'), $filelist[0] );
|
||||
return new WP_Error('install_folder_exists', __('Folder already exists.'), $filelist[0] );
|
||||
}
|
||||
|
||||
apply_filters('install_feedback', __('Installing the plugin'));
|
||||
|
||||
Reference in New Issue
Block a user