Changeset 13240 for trunk/wp-includes/post.php
- Timestamp:
- 02/20/2010 12:50:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r13217 r13240 3931 3931 */ 3932 3932 function clean_attachment_cache($id, $clean_terms = false) { 3933 global $_wp_suspend_cache_invalidation , $wpdb;3933 global $_wp_suspend_cache_invalidation; 3934 3934 3935 3935 if ( !empty($_wp_suspend_cache_invalidation) )
Note: See TracChangeset
for help on using the changeset viewer.