Changeset 59840
- Timestamp:
- 02/19/2025 07:27:27 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59827 r59840 2374 2374 2375 2375 // Only send notifications for pending comments. 2376 $maybe_notify = ( '0' == $comment->comment_approved );2376 $maybe_notify = ( '0' === $comment->comment_approved ); 2377 2377 2378 2378 /** This filter is documented in wp-includes/pluggable.php */
Note: See TracChangeset
for help on using the changeset viewer.