<li>Open <spanclass="file"><ahref="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
</ol>
</li>
<li>Once the configuration file is set up, the installer will set up the tables needed for your blog. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <ahref="https://wordpress.org/support/"title="WordPress support">support forums</a> with as much data as you can gather.</li>
<li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <ahref="https://wordpress.org/support/"title="WordPress support">support forums</a> with as much data as you can gather.</li>
<li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
<li>The installer should then send you to the <ahref="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on “Profile” to change the password.</li>
/* translators: 1: login URL, 2: username, 3: user email, 4: lost password URL */
/* translators: 1: login URL, 2: username, 3: user email, 4: lost password URL */
__('Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.'),
network_site_url('wp-login.php','login'),
$signup->user_login,
...
...
@@ -151,7 +153,7 @@ get_header( 'wp-activate' );
);
}else{
printf(
/* translators: 1: site URL, 2: username, 3: user email, 4: lost password URL */
/* translators: 1: site URL, 2: username, 3: user email, 4: lost password URL */
__('Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.'),
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>
<?phpelse:?>
<pclass="view"><?php
?>
</p>
<?phpelse:?>
<pclass="view">
<?php
/* translators: 1: login URL, 2: network home URL */
printf(__('Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.'),network_site_url('wp-login.php','login'),network_home_url());