Changeset 47597 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 04/17/2020 07:33:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r47554 r47597 439 439 add_action( 'wp_split_shared_term_batch', '_wp_batch_split_terms' ); 440 440 441 // Comment type updates. 442 add_action( 'admin_init', '_wp_check_for_scheduled_update_comment_type' ); 443 add_action( 'wp_update_comment_type_batch', '_wp_batch_update_comment_type' ); 444 441 445 // Email notifications. 442 446 add_action( 'comment_post', 'wp_new_comment_notify_moderator' );
Note: See TracChangeset
for help on using the changeset viewer.