diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php
index ca85a85e4e..b0ecf55e3d 100644
|
a
|
b
|
if ( ! function_exists( 'wp_new_user_notification' ) ) : |
| 2381 | 2381 | */ |
| 2382 | 2382 | $message .= network_site_url( 'wp-login.php?login=' . rawurlencode( $user->user_login ) . "&key=$key&action=rp", 'login' ) . "\r\n\r\n"; |
| 2383 | 2383 | |
| 2384 | | $message .= wp_login_url() . "\r\n"; |
| 2385 | | |
| 2386 | 2384 | $wp_new_user_notification_email = array( |
| 2387 | 2385 | 'to' => $user->user_email, |
| 2388 | 2386 | /* translators: Login details notification email subject. %s: Site title. */ |