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
This commit is contained in:
Scott Taylor 2014-05-06 18:12:14 +00:00
parent 0f8fb8a148
commit ac63c66c5a

View File

@ -83,8 +83,6 @@ case 'update':
}
exit;
break;
default:
if ( isset($_GET['liveupdate']) ) {