From e742c23af9719ec80c849f3fca56c24e129abe17 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 6 May 2014 18:11:30 +0000 Subject: [PATCH] In `wp-admin/plugin-editor.php`, `break` is unreachabled after `exit`. See #27882. git-svn-id: https://develop.svn.wordpress.org/trunk@28310 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/plugin-editor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-admin/plugin-editor.php b/src/wp-admin/plugin-editor.php index 26c14bc251..1c242955ba 100644 --- a/src/wp-admin/plugin-editor.php +++ b/src/wp-admin/plugin-editor.php @@ -83,8 +83,6 @@ case 'update': } exit; -break; - default: if ( isset($_GET['liveupdate']) ) {