Make WordPress Core


Ignore:
Timestamp:
01/19/2010 07:45:44 PM (17 years ago)
Author:
ryan
Message:

Merge clear_global_post_cache() into clean_post_cache(). fixes #11744

File:
1 edited

Legend:

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

    r12753 r12768  
    36733673                        clean_post_cache( $cid );
    36743674        }
     3675
     3676        if ( is_multisite() )
     3677                wp_cache_delete( $wpdb->blogid . '-' . $id, 'global-posts' );
    36753678}
    36763679
Note: See TracChangeset for help on using the changeset viewer.