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
This commit is contained in:
Scott Taylor 2014-05-06 18:15:18 +00:00
parent 0f9b925ed5
commit cb0578d77e
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ case 'update':
}
wp_redirect( $location );
exit;
break;
default: