From 129366a5a50761aeafe7190ce1594a625f6e3e83 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Oct 2019 00:46:57 +0000 Subject: [PATCH] Docs: Remove obsolete comment in `wpmu_signup_blog_notification()` and `wpmu_signup_user_notification()`. Props david.binda. Fixes #48185. Built from https://develop.svn.wordpress.org/trunk@46367 git-svn-id: http://core.svn.wordpress.org/trunk@46166 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-functions.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 00b0a6c083..ef5588554f 100644 --- a/wp-includes/ms-functions.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 076da0c061..13456b81dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46366'; +$wp_version = '5.3-beta2-46367'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.