In `wp-admin/theme-editor.php`, `break` is unreachabled after `exit`.

See #27882.

Built from https://develop.svn.wordpress.org/trunk@28313


git-svn-id: http://core.svn.wordpress.org/trunk@28141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-05-06 18:16:26 +00:00
parent 517dbfaa21
commit e9bb9c0f12
1 changed files with 0 additions and 1 deletions

View File

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