From 4c955292f925f3db24dd273178909b5f3f454720 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 22 Dec 2010 23:00:53 +0000 Subject: [PATCH] Restore an exit we need. props duck_, fixes #15518. git-svn-id: http://svn.automattic.com/wordpress/trunk@17114 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 26f4b6cac..5480a99b3 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 {