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:
Dion Hulse 2013-10-17 00:12:10 +00:00
parent bd09d15a2c
commit 640f73ecd2

View File

@ -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 );