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
This commit is contained in:
Scott Taylor 2014-05-06 18:11:30 +00:00
parent 1da6728dc0
commit e742c23af9

View File

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