Make WordPress Core


Ignore:
Timestamp:
02/17/2021 01:06:43 PM (5 years ago)
Author:
johnbillion
Message:

Comments: Revert the introduction of the opt-in comment approval notification feature.

This reverts the following commits: [50113], [50112], [50109].

See #33717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r50371 r50375  
    479479add_action( 'register_new_user', 'wp_send_new_user_notifications' );
    480480add_action( 'edit_user_created_user', 'wp_send_new_user_notifications', 10, 2 );
    481 add_action( 'comment_unapproved_to_approved', 'wp_new_comment_notify_comment_author' );
    482481
    483482// REST API actions.
Note: See TracChangeset for help on using the changeset viewer.