Make WordPress Core


Ignore:
Timestamp:
02/27/2012 07:46:52 PM (12 years ago)
Author:
ryan
Message:

Pinking shears 6-20000

File:
1 edited

Legend:

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

    r19712 r20000  
    164164            $timeout = 43200; // 12 hours
    165165    }
    166    
     166
    167167    $time_not_changed = isset( $current->last_checked ) && $timeout > ( time() - $current->last_checked );
    168168
     
    276276            $timeout = 43200; // 12 hours
    277277    }
    278    
     278
    279279    $time_not_changed = isset( $last_update->last_checked ) && $timeout > ( time( ) - $last_update->last_checked );
    280280
Note: See TracChangeset for help on using the changeset viewer.