Make WordPress Core

Changeset 6540


Ignore:
Timestamp:
01/02/2008 11:03:25 PM (17 years ago)
Author:
ryan
Message:

Fix cache close. see #5570

File:
1 edited

Legend:

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

    r6539 r6540  
    77
    88function wp_cache_close() {
    9     global $wp_object_cache;
    10 
    11     if ( ! isset($wp_object_cache) )
    12         return;
    13     return $wp_object_cache->save();
     9    return true;
    1410}
    1511
Note: See TracChangeset for help on using the changeset viewer.