mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
0f8fb8a148
commit
ac63c66c5a
@ -83,8 +83,6 @@ case 'update':
|
||||
}
|
||||
exit;
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
if ( isset($_GET['liveupdate']) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user