Skip to:
Content

BuddyPress.org

Ticket #6660: 6660-confirm-blog-signup.patch

File 6660-confirm-blog-signup.patch, 887 bytes (added by ramiy, 9 years ago)

one more

  • src/bp-blogs/bp-blogs-template.php

     
    13751375        $blog_url = $protocol . $domain . $path; ?>
    13761376
    13771377        <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>
    13811384
    13821385<?php
    13831386