diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index 00b0a6c083..ef5588554f 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -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.