Changeset 59898
- Timestamp:
- 03/02/2025 07:46:43 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59887 r59898 2072 2072 $id = (int) $wpdb->insert_id; 2073 2073 2074 if ( 1 == $comment_approved ) {2074 if ( 1 === $comment_approved ) { 2075 2075 wp_update_comment_count( $comment_post_id ); 2076 2076
Note: See TracChangeset
for help on using the changeset viewer.