mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
In core_upgrade_preamble(), $alternate is set then never used.
See #27882. git-svn-id: https://develop.svn.wordpress.org/trunk@28314 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -182,7 +182,6 @@ function core_upgrade_preamble() {
|
||||
}
|
||||
|
||||
echo '<ul class="core-updates">';
|
||||
$alternate = true;
|
||||
foreach( (array) $updates as $update ) {
|
||||
echo '<li>';
|
||||
list_core_update( $update );
|
||||
|
||||
Reference in New Issue
Block a user