Remove a duplicate semicolon that snuck in. Props JustinSainton. See #18200
Built from https://develop.svn.wordpress.org/trunk@25822 git-svn-id: http://core.svn.wordpress.org/trunk@25734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bd09d15a2c
commit
640f73ecd2
|
@ -1623,7 +1623,7 @@ class WP_Automatic_Upgrader {
|
|||
// Next up, do we actually have it enabled for this type of update?
|
||||
switch ( $type ) {
|
||||
case 'language':
|
||||
$upgrade = ! empty( $item->autoupdate );;
|
||||
$upgrade = ! empty( $item->autoupdate );
|
||||
break;
|
||||
case 'core':
|
||||
$upgrade = Core_Upgrader::should_upgrade_to_version( $item->current );
|
||||
|
|
Loading…
Reference in New Issue