Restore an exit we need. props duck_, fixes #15518.

git-svn-id: https://develop.svn.wordpress.org/trunk@17114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-22 23:00:53 +00:00
parent 9f9f401c42
commit 9127aef074
1 changed files with 1 additions and 0 deletions

View File

@ -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 {