Changeset 34106 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/14/2015 02:16:02 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r33615 r34106 335 335 add_action( 'wp_split_shared_term_batch', '_wp_batch_split_terms' ); 336 336 337 // Email notifications. 338 add_action( 'comment_post', 'wp_new_comment_notify_moderator', 10, 2 ); 339 add_action( 'comment_post', 'wp_new_comment_notify_postauthor' ); 340 337 341 /** 338 342 * Filters formerly mixed into wp-includes
Note: See TracChangeset
for help on using the changeset viewer.