Changeset 55424
- Timestamp:
- 02/25/2023 09:54:03 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r55398 r55424 2343 2343 $maybe_notify = ( '0' == $comment->comment_approved ); 2344 2344 2345 /** This filter is documented in wp-includes/ comment.php */2345 /** This filter is documented in wp-includes/pluggable.php */ 2346 2346 $maybe_notify = apply_filters( 'notify_moderator', $maybe_notify, $comment_id ); 2347 2347
Note: See TracChangeset
for help on using the changeset viewer.