Make WordPress Core

Changeset 41253


Ignore:
Timestamp:
08/14/2017 07:41:35 PM (7 years ago)
Author:
johnbillion
Message:

Users: Display the "Your email address has not been updated yet" message when a user changes their profile email address from within network admin.

This ensures continuity with the regular profile editing screen and the user admin profile editing screen.

Fixes #41635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ms-admin-filters.php

    r41164 r41253  
    1313// User Hooks
    1414add_action( 'user_admin_notices', 'new_user_email_admin_notice' );
     15add_action( 'network_admin_notices', 'new_user_email_admin_notice' );
    1516
    1617add_action( 'admin_page_access_denied', '_access_denied_splash', 99 );
Note: See TracChangeset for help on using the changeset viewer.