Changeset 9106 for trunk/wp-includes/post.php
- Timestamp:
- 10/09/2008 12:50:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r9101 r9106 2862 2862 */ 2863 2863 function clean_post_cache($id) { 2864 global $wpdb; 2864 global $_wp_suspend_cache_invalidation, $wpdb; 2865 2866 if ( !empty($_wp_suspend_cache_invalidation) ) 2867 return; 2868 2865 2869 $id = (int) $id; 2866 2870
Note: See TracChangeset
for help on using the changeset viewer.