Make WordPress Core


Ignore:
Timestamp:
06/10/2011 11:01:45 PM (14 years ago)
Author:
ryan
Message:

Bring out the pinking shears.

File:
1 edited

Legend:

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

    r18228 r18254  
    10591059        ob_start();
    10601060        call_user_func_array( $callback, $args );
    1061         set_transient( $cache_key, ob_get_flush(), 43200); // Default lifetime in cache of 12 hours (same as the feeds)     
     1061        set_transient( $cache_key, ob_get_flush(), 43200); // Default lifetime in cache of 12 hours (same as the feeds)
    10621062    }
    10631063
Note: See TracChangeset for help on using the changeset viewer.