From 37441fac3ea2cdb66e997700fe1b2b3f116b7e2b Mon Sep 17 00:00:00 2001 From: duck_ Date: Sat, 24 Sep 2011 19:37:34 +0000 Subject: [PATCH] Fix copy+paste error in documentation. Props masonjames, SergeyBiryukov. Fixes #18545. git-svn-id: http://svn.automattic.com/wordpress/trunk@18768 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 785ede974..39f67e3cc 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -793,7 +793,7 @@ function wpmu_signup_user($user, $user_email, $meta = '') { * replace it with your own notification behavior. * * Filter 'wpmu_signup_blog_notification_email' and - * 'wpmu_signup_blog_notification_email' to change the content + * 'wpmu_signup_blog_notification_subject' to change the content * and subject line of the email sent to newly registered users. * * @since MU