Changeset 34251 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/16/2015 10:18:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r34124 r34251 340 340 add_action( 'comment_post', 'wp_new_comment_notify_postauthor' ); 341 341 add_action( 'after_password_reset', 'wp_password_change_notification' ); 342 add_action( 'register_new_user', 'wp_send_new_user_notifications' ); 343 add_action( 'edit_user_created_user', 'wp_send_new_user_notifications' ); 342 344 343 345 /**
Note: See TracChangeset
for help on using the changeset viewer.