Changeset 59841
- Timestamp:
- 02/20/2025 03:18:01 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59840 r59841 2422 2422 2423 2423 // Only send notifications for approved comments. 2424 if ( ! isset( $comment->comment_approved ) || '1' != $comment->comment_approved ) {2424 if ( ! isset( $comment->comment_approved ) || '1' !== $comment->comment_approved ) { 2425 2425 return false; 2426 2426 }
Note: See TracChangeset
for help on using the changeset viewer.