From ac63c66c5a50f912d67626f6d48b73d7cf6ebff9 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 6 May 2014 18:12:14 +0000 Subject: [PATCH] In `wp-admin/plugin-editor.php`, `break` is unreachabled after `exit`. See #27882. Built from https://develop.svn.wordpress.org/trunk@28310 git-svn-id: http://core.svn.wordpress.org/trunk@28138 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/plugin-editor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 26c14bc251..1c242955ba 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -83,8 +83,6 @@ case 'update': } exit; -break; - default: if ( isset($_GET['liveupdate']) ) {