Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:32:58 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update.php

    r5994 r6026  
    6363    }
    6464
    65     if ( 
    66         isset( $current->last_checked ) && 
    67         43200 > ( time() - $current->last_checked ) && 
     65    if (
     66        isset( $current->last_checked ) &&
     67        43200 > ( time() - $current->last_checked ) &&
    6868        !$plugin_changed
    6969    )
Note: See TracChangeset for help on using the changeset viewer.