From 208c7a2c749e617abbd5637ac660e208637cabc7 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Tue, 9 Dec 2008 12:08:40 +0000 Subject: [PATCH] Hide scrollbar on plugin reactivation iframe. fixes #8498 git-svn-id: https://develop.svn.wordpress.org/trunk@10141 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update.php b/wp-admin/update.php index dcc3ff991d..8b7826a547 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -55,7 +55,7 @@ function do_plugin_upgrade($plugin) { show_message( __('Plugin upgraded successfully') ); if( $result && $was_activated ){ show_message(__('Attempting reactivation of the plugin')); - echo ''; + echo ''; } $update_actions = array( 'activate_plugin' => '' . __('Activate Plugin') . '',