diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 755567c26e..7fccf37c94 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -164,6 +164,11 @@ if( !empty($action) ) { wp_enqueue_script('plugin-install'); add_thickbox(); +$help = '
' . sprintf(__('If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the %s
directory and it will be automatically deactivated.'), WP_PLUGIN_DIR) . '
' . sprintf(__('You can find additional plugins for your site by using the new Plugin Browser/Installer functionality or by browsing the WordPress Plugin Directory directly and installing manually. To manually install a plugin you generally just need to upload the plugin file into your %2$s
directory. Once a plugin has been installed, you may activate it here.'), 'plugin-install.php', WP_PLUGIN_DIR) . '
%s directory and it will be automatically deactivated.'), WP_PLUGIN_DIR); ?>
- - - - - - - - - - - - - -Plugin Browser/Installer functionality, Or by browsing the WordPress Plugin Directory directly and installing manually.'); ?>
-manually install a plugin you generally just need to upload the plugin file into your %s
directory.'), WP_PLUGIN_DIR); ?>