From cb0578d77ebcfba282a8953c081dfcd1bdc90000 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 6 May 2014 18:15:18 +0000 Subject: [PATCH] In `wp-admin/theme-editor.php`, `break` is unreachabled after `exit`. See #27882. git-svn-id: https://develop.svn.wordpress.org/trunk@28313 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/theme-editor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index 382e594a15..62ebb6f41f 100644 --- a/src/wp-admin/theme-editor.php +++ b/src/wp-admin/theme-editor.php @@ -92,7 +92,6 @@ case 'update': } wp_redirect( $location ); exit; -break; default: