Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#35767 closed defect (bug) (fixed)

Display `new_user_email_admin_notice()` also in user admin

Reported by: ocean90's profile ocean90 Owned by: ocean90's profile ocean90
Milestone: 4.5 Priority: normal
Severity: normal Version:
Component: Users Keywords: has-patch
Focuses: administration Cc:

Description

Needs an add_action( 'user_admin_notices', 'new_user_email_admin_notice' );.

Change History (1)

#1 @ocean90
9 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 36504:

Users: Display the new user email notice in user admin too.

Also, in new_user_email_admin_notice() use the global $pagenow and add a translators comment for the placeholder.

Fixes #35767.

Note: See TracTickets for help on using tickets.