Changeset 34136 for trunk/src/wp-includes/comment-functions.php
- Timestamp:
- 09/14/2015 10:38:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r34131 r34136 1917 1917 clean_post_cache( $post ); 1918 1918 1919 wp_cache_delete( 'comments-0', 'counts' ); 1919 1920 wp_cache_delete( "comments-{$post_id}", 'counts' ); 1920 1921
Note: See TracChangeset
for help on using the changeset viewer.