Changeset 37614
- Timestamp:
- 06/01/2016 09:55:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r37542 r37614 1589 1589 wp_update_comment_count( $comment_post_ID ); 1590 1590 } 1591 1592 clean_comment_cache( $id ); 1593 1591 1594 $comment = get_comment( $id ); 1592 1595 … … 1607 1610 */ 1608 1611 do_action( 'wp_insert_comment', $id, $comment ); 1609 1610 wp_cache_set( 'last_changed', microtime(), 'comment' );1611 1612 1612 1613 return $id;
Note: See TracChangeset
for help on using the changeset viewer.