From 87f06616a7182f822df376bdd5a7a5c75bb559ed Mon Sep 17 00:00:00 2001 From: markjaquith Date: Sat, 7 May 2011 03:26:23 +0000 Subject: [PATCH] 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 --- wp-activate.php | 4 ++-- wp-admin/admin-ajax.php | 2 +- wp-admin/includes/schema.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-activate.php b/wp-activate.php index ba173da8f..1ec40287d 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -87,9 +87,9 @@ get_header(); -

View your site or Login'), $url, $url . 'wp-login.php' ); ?>

+

View your site or Log in'), $url, $url . 'wp-login.php' ); ?>

-

Login or go back to the homepage.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?>

+

Log in or go back to the homepage.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?>

login again. '), add_query_arg( 'interim-login', 1, wp_login_url() ) ); + $alert .= sprintf( __('Your login has expired. Please open a new browser window and log in again. '), add_query_arg( 'interim-login', 1, wp_login_url() ) ); $id = $revision_id = 0; diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index a9e288035..81e6afdf0 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -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!