Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#35767 closed defect (bug) (fixed)

Display `new_user_email_admin_notice()` also in user admin

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

Description

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

Change History (1)

#1 @ocean90
11 years ago

  • Owner set to ocean90
  • Resolutionfixed
  • Status newclosed

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.