Changeset 12768 for trunk/wp-includes/post.php
- Timestamp:
- 01/19/2010 07:45:44 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r12753 r12768 3673 3673 clean_post_cache( $cid ); 3674 3674 } 3675 3676 if ( is_multisite() ) 3677 wp_cache_delete( $wpdb->blogid . '-' . $id, 'global-posts' ); 3675 3678 } 3676 3679
Note: See TracChangeset
for help on using the changeset viewer.