mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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 );
|
wp_redirect( $location );
|
||||||
exit;
|
exit;
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user