Changeset 41163 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 07/27/2017 02:09:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r38172 r41163 100 100 101 101 add_action( 'admin_notices', 'default_password_nag' ); 102 add_action( 'admin_notices', 'new_user_email_admin_notice' ); 102 103 103 104 add_action( 'profile_update', 'default_password_nag_edit_user', 10, 2 ); 105 106 add_action( 'personal_options_update', 'send_confirmation_on_profile_email' ); 104 107 105 108 // Update hooks.
Note: See TracChangeset
for help on using the changeset viewer.