diff --git a/wp-includes/comment-functions.php b/wp-includes/comment-functions.php index b1127fa9d1..b54528d56c 100644 --- a/wp-includes/comment-functions.php +++ b/wp-includes/comment-functions.php @@ -1916,6 +1916,7 @@ function wp_update_comment_count_now($post_id) { clean_post_cache( $post ); + wp_cache_delete( 'comments-0', 'counts' ); wp_cache_delete( "comments-{$post_id}", 'counts' ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 749e2da27c..57a7c5ae3b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34135'; +$wp_version = '4.4-alpha-34136'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.