Changeset 1247
- Timestamp:
- 04/18/08 16:12:39 (8 months ago)
- Files:
-
- trunk/wp-signup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-signup.php
r1234 r1247 225 225 function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta) { 226 226 ?> 227 <h2><?php printf(__('The blog %s is yours.'), $domain.$path) ?></h2>227 <h2><?php printf(__('The blog, %s, is yours.'), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2> 228 228 <p><?php printf(__('<a href="http://%1$s">http://%2$s</a> is your new blog. <a href="%3$s">Login</a> as "%4$s" using your existing password.'), $domain.$path, $domain.$path, "http://" . $domain.$path . "wp-login.php", $user_name) ?></p> 229 229 <?php … … 371 371 function confirm_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta) { 372 372 ?> 373 <h2><?php printf(__('Congratulations! The blog %s is yours.'), $domain.$path) ?></h2>373 <h2><?php printf(__('Congratulations! Your new blog, %s, is almost ready.'), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2> 374 374 <p><?php _e('But, before you can start using your blog, <strong>you must activate it</strong>.') ?></p> 375 375 <p><?php printf(__('Check your inbox at <strong>%s</strong> and click the link given. It should arrive within 30 minutes.'), $user_email) ?></p>
