Changeset 20569 for trunk/wp-includes/comment.php
- Timestamp:
- 04/23/2012 10:04:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r20435 r20569 1580 1580 $wpdb->update( $wpdb->posts, array('comment_count' => $new), array('ID' => $post_id) ); 1581 1581 1582 clean_post_cache( $post _id, $post->post_type);1582 clean_post_cache( $post ); 1583 1583 1584 1584 do_action('wp_update_comment_count', $post_id, $new, $old);
Note: See TracChangeset
for help on using the changeset viewer.