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:
parent
517dbfaa21
commit
e9bb9c0f12
|
@ -92,7 +92,6 @@ case 'update':
|
|||
}
|
||||
wp_redirect( $location );
|
||||
exit;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
|
|
Loading…
Reference in New Issue