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:
parent
1da6728dc0
commit
e742c23af9
@ -83,8 +83,6 @@ case 'update':
|
||||
}
|
||||
exit;
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
if ( isset($_GET['liveupdate']) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user