Changeset 34446 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 09/22/2015 08:26:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r34400 r34446 5407 5407 * 5408 5408 * @global bool $_wp_suspend_cache_invalidation 5409 * @global wpdb $wpdb WordPress database abstraction object.5410 5409 * 5411 5410 * @param int|WP_Post $post Post ID or post object to remove from the cache. 5412 5411 */ 5413 5412 function clean_post_cache( $post ) { 5414 global $_wp_suspend_cache_invalidation , $wpdb;5413 global $_wp_suspend_cache_invalidation; 5415 5414 5416 5415 if ( ! empty( $_wp_suspend_cache_invalidation ) )
Note: See TracChangeset
for help on using the changeset viewer.