Changeset 34131 for trunk/src/wp-includes/comment-functions.php
- Timestamp:
- 09/14/2015 10:03:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r34130 r34131 1917 1917 clean_post_cache( $post ); 1918 1918 1919 wp_cache_delete( "comments-{$post_id}", 'counts' ); 1920 1919 1921 /** 1920 1922 * Fires immediately after a post's comment count is updated in the database. … … 2325 2327 foreach ( (array) $ids as $id ) { 2326 2328 wp_cache_delete( $id, 'comment' ); 2327 wp_cache_delete( "comment-{$id}", 'counts' );2328 2329 } 2329 2330
Note: See TracChangeset
for help on using the changeset viewer.