Changeset 10326
- Timestamp:
- 09/30/2020 07:00:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
r10280 r10326 75 75 76 76 // Disable moderation emails to post author. 77 add_filter( 'comment_notification_recipients', array( __CLASS__, 'disable_ moderation_emails' ), 10, 2 );77 add_filter( 'comment_notification_recipients', array( __CLASS__, 'disable_comment_notifications' ), 10, 2 ); 78 78 } 79 79
Note: See TracChangeset
for help on using the changeset viewer.