diff --git wp-includes/ms-functions.php wp-includes/ms-functions.php
index 9166251..994220e 100644
|
|
|
function wpmu_signup_blog_notification( $domain, $path, $title, $user, $user_ema |
| 850 | 850 | * @param array $meta By default, contains the requested privacy setting and lang_id. |
| 851 | 851 | */ |
| 852 | 852 | apply_filters( 'wpmu_signup_blog_notification_email', |
| 853 | | __( "To activate your blog, please click the following link:\n\n%s\n\nAfter you activate, you will receive *another email* with your login.\n\nAfter you activate, you can visit your site here:\n\n%s" ), |
| | 853 | __( "To activate your blog, please click the following link:\n\n%1$s\n\nAfter you activate, you will receive *another email* with your login.\n\nAfter you activate, you can visit your site here:\n\n%2$s" ), |
| 854 | 854 | $domain, $path, $title, $user, $user_email, $key, $meta |
| 855 | 855 | ), |
| 856 | 856 | $activate_url, |
| 857 | | esc_url( "http://{$domain}{$path}" ), |
| 858 | | $key |
| | 857 | esc_url( "http://{$domain}{$path}" ) |
| 859 | 858 | ); |
| 860 | 859 | // TODO: Don't hard code activation link. |
| 861 | 860 | $subject = sprintf( |