A few "login" used as a verb fixes. props xibe. fixes #17335
git-svn-id: http://svn.automattic.com/wordpress/trunk@17831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9471474740
commit
87f06616a7
|
@ -87,9 +87,9 @@ get_header();
|
|||
</div>
|
||||
|
||||
<?php if ( $url != network_home_url('', 'http') ) : ?>
|
||||
<p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'), $url, $url . 'wp-login.php' ); ?></p>
|
||||
<p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>'), $url, $url . 'wp-login.php' ); ?></p>
|
||||
<?php else: ?>
|
||||
<p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">Login</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?></p>
|
||||
<p class="view"><?php 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() ); ?></p>
|
||||
<?php endif;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -924,7 +924,7 @@ case 'autosave' : // The name of this action is hardcoded in edit_post()
|
|||
|
||||
$supplemental = array();
|
||||
if ( isset($login_grace_period) )
|
||||
$alert .= sprintf( __('Your login has expired. Please open a new browser window and <a href="%s" target="_blank">login again</a>. '), add_query_arg( 'interim-login', 1, wp_login_url() ) );
|
||||
$alert .= sprintf( __('Your login has expired. Please open a new browser window and <a href="%s" target="_blank">log in again</a>. '), add_query_arg( 'interim-login', 1, wp_login_url() ) );
|
||||
|
||||
$id = $revision_id = 0;
|
||||
|
||||
|
|
|
@ -689,7 +689,7 @@ BLOG_URL
|
|||
You can log in to the administrator account with the following information:
|
||||
Username: USERNAME
|
||||
Password: PASSWORD
|
||||
Login Here: BLOG_URLwp-login.php
|
||||
Log in Here: BLOG_URLwp-login.php
|
||||
|
||||
We hope you enjoy your new site.
|
||||
Thanks!
|
||||
|
|
Loading…
Reference in New Issue