Changeset 19593 for trunk/wp-signup.php
- Timestamp:
- 12/13/2011 11:45:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-signup.php
r19304 r19593 219 219 <h2><?php printf( __( 'The site %s is yours.' ), "<a href='http://{$domain}{$path}'>{$blog_title}</a>" ) ?></h2> 220 220 <p> 221 <?php printf( __( '<a href="http://%1$s">http://%2$s</a> is your new site. 221 <?php printf( __( '<a href="http://%1$s">http://%2$s</a> is your new site. <a href="%3$s">Log in</a> as “%4$s” using your existing password.' ), $domain.$path, $domain.$path, "http://" . $domain.$path . "wp-login.php", $user_name ) ?> 222 222 </p> 223 223 <?php
Note: See TracChangeset
for help on using the changeset viewer.