Ticket #5978: 5978.diff

File 5978.diff, 399 bytes (added by mdawaffe, 6 months ago)
  • wp-admin/includes/update.php

    old new  
    6262                        continue; 
    6363                } 
    6464 
    65                 if ( $current->checked[ $file ] != $p['Version']
     65                if ( strval($current->checked[ $file ]) !== strval($p['Version'])
    6666                        $plugin_changed = true; 
    6767        } 
    6868