Changeset 59852
- Timestamp:
- 02/21/2025 12:33:04 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59841 r59852 1529 1529 1530 1530 $post_id = $comment->comment_post_ID; 1531 if ( $post_id && 1== $comment->comment_approved ) {1531 if ( $post_id && '1' === $comment->comment_approved ) { 1532 1532 wp_update_comment_count( $post_id ); 1533 1533 }
Note: See TracChangeset
for help on using the changeset viewer.