Typo fix. Props ydekproductions. fixes #8330
git-svn-id: http://svn.automattic.com/wordpress/trunk@9860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8785bc8a1e
commit
0d27eeb5c2
|
@ -771,7 +771,7 @@ function wp_install_plugin($package, $feedback = '') {
|
||||||
|
|
||||||
if( $wp_filesystem->exists( $plugins_dir . $filelist[0] ) ) {
|
if( $wp_filesystem->exists( $plugins_dir . $filelist[0] ) ) {
|
||||||
$wp_filesystem->delete($working_dir, true);
|
$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'));
|
apply_filters('install_feedback', __('Installing the plugin'));
|
||||||
|
|
Loading…
Reference in New Issue