<h2><?php
_e( 'Your account is now active!'
); ?></h2>
<div id="signup-welcome">
<p><span class="h3"><?php
_e( 'Username:'
); ?></span> <?php
echo $user->user_login; ?></p>
<p><span class="h3"><?php
_e( 'Password:'
); ?></span> <?php
echo $result['password'
]; ?></p>
</div>
<?php
if ( $url &&
network_home_url( '', 'http'
) !==
$url ) :
switch_to_blog( (int) $result['blog_id'
] );
$login_url =
wp_login_url();
restore_current_blog();
?>
<p class="view">
<?php
/* translators: 1: Site URL, 2: Login URL. */
printf( __( 'Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>'
),
$url,
esc_url( $login_url ) );
?>
</p>
<?php
else : ?>
<p class="view">
<?php
printf(