Docs: Correct parameter name for wp_new_user_notification_email_admin
filter.
Props needle. Fixes #47476. git-svn-id: https://develop.svn.wordpress.org/trunk@45489 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d22572a5a5
commit
ea4250beeb
@ -1924,7 +1924,7 @@ if ( ! function_exists( 'wp_new_user_notification' ) ) :
|
||||
*
|
||||
* @since 4.9.0
|
||||
*
|
||||
* @param array $wp_new_user_notification_email {
|
||||
* @param array $wp_new_user_notification_email_admin {
|
||||
* Used to build wp_mail().
|
||||
*
|
||||
* @type string $to The intended recipient - site admin email address.
|
||||
|
Loading…
Reference in New Issue
Block a user