Ticket #6660: 6660-confirm-blog-signup.patch
File 6660-confirm-blog-signup.patch, 887 bytes (added by , 9 years ago) |
---|
-
src/bp-blogs/bp-blogs-template.php
1375 1375 $blog_url = $protocol . $domain . $path; ?> 1376 1376 1377 1377 <p><?php _e( 'Congratulations! You have successfully registered a new site.', 'buddypress' ) ?></p> 1378 <p> 1379 <?php printf(__( '<a href="%1$s">%2$s</a> is your new site. <a href="%3$s">Login</a> as "%4$s" using your existing password.', 'buddypress' ), $blog_url, $blog_url, $blog_url . "wp-login.php", $user_name ); ?> 1380 </p> 1378 <p><?php printf( 1379 __( '%1$s is your new site. <a href="%2$s">Login</a> as "%3$s" using your existing password.', 'buddypress' ), 1380 '<a href="' . $blog_url . '">' . $blog_url . '</a>', 1381 $blog_url . "wp-login.php", 1382 $user_name 1383 ); ?></p> 1381 1384 1382 1385 <?php 1383 1386