mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Remove obsolete comment in wpmu_signup_blog_notification() and wpmu_signup_user_notification().
Props david.binda. Fixes #48185. git-svn-id: https://develop.svn.wordpress.org/trunk@46367 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -959,7 +959,6 @@ function wpmu_signup_blog_notification( $domain, $path, $title, $user_login, $us
|
||||
$key
|
||||
);
|
||||
|
||||
// TODO: Don't hard code activation link.
|
||||
$subject = sprintf(
|
||||
/**
|
||||
* Filters the subject of the new blog notification email.
|
||||
@@ -1073,7 +1072,6 @@ function wpmu_signup_user_notification( $user_login, $user_email, $key, $meta =
|
||||
site_url( "wp-activate.php?key=$key" )
|
||||
);
|
||||
|
||||
// TODO: Don't hard code activation link.
|
||||
$subject = sprintf(
|
||||
/**
|
||||
* Filters the subject of the notification email of new user signup.
|
||||
|
||||
Reference in New Issue
Block a user