Changeset 1247

Show
Ignore:
Timestamp:
04/18/08 16:12:39 (8 months ago)
Author:
donncha
Message:

Make these a bit nicer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-signup.php

    r1234 r1247  
    225225function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta) { 
    226226?> 
    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> 
    228228<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> 
    229229<?php 
     
    371371function confirm_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta) { 
    372372?> 
    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> 
    374374<p><?php _e('But, before you can start using your blog, <strong>you must activate it</strong>.') ?></p> 
    375375<p><?php printf(__('Check your inbox at <strong>%s</strong> and click the link given. It should arrive within 30 minutes.'),  $user_email) ?></p>