Changeset 35742 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 11/25/2015 10:37:35 PM (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
r35709 r35742 358 358 add_action( 'after_password_reset', 'wp_password_change_notification' ); 359 359 add_action( 'register_new_user', 'wp_send_new_user_notifications' ); 360 add_action( 'edit_user_created_user', 'wp_send_new_user_notifications' );360 add_action( 'edit_user_created_user', 'wp_send_new_user_notifications', 10, 2 ); 361 361 362 362 // REST API actions.
Note: See TracChangeset
for help on using the changeset viewer.