From ea4250beebaefb25a44a03fdf3b083848928f203 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 4 Jun 2019 12:47:52 +0000 Subject: [PATCH] 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 --- src/wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index 5627944806..c3fd1b8be3 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -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.