Changeset 34537
- Timestamp:
- 09/25/2015 05:36:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r34536 r34537 1771 1771 case '1': 1772 1772 $status = '1'; 1773 if ( get_option('comments_notify') ) { 1774 wp_notify_postauthor( $comment_id ); 1775 } 1773 add_action( 'wp_set_comment_status', 'wp_new_comment_notify_postauthor' ); 1776 1774 break; 1777 1775 case 'spam':
Note: See TracChangeset
for help on using the changeset viewer.