| 1000 | | $message = sprintf(__("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 blog here:\n\n%s\n\nAnd you can login on the home page:\n\nhttp://wordpress.com/"), |
|---|
| 1001 | | "http://wordpress.com/activate/$key", "http://$domain"); |
|---|
| | 1000 | $message = sprintf(__("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 blog here:\n\n%s"), |
|---|
| | 1001 | "http://wordpress.com/wp-activate.php?key=$key", "http://$domain"); |
|---|