From 9127aef0745c8e61c9c3fe7519c00360049be674 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 22 Dec 2010 23:00:53 +0000 Subject: [PATCH] Restore an exit we need. props duck_, fixes #15518. git-svn-id: https://develop.svn.wordpress.org/trunk@17114 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugin-editor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 26f4b6cace..5480a99b3f 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -70,6 +70,7 @@ case 'update': update_option('recently_activated', array($file => time()) + (array)get_option('recently_activated')); wp_redirect(add_query_arg('_wpnonce', wp_create_nonce('edit-plugin-test_' . $file), "plugin-editor.php?file=$file&liveupdate=1&scrollto=$scrollto&networkwide=" . $network_wide)); + exit; } wp_redirect( self_admin_url("plugin-editor.php?file=$file&a=te&scrollto=$scrollto") ); } else {