From 596dc0ac873644b2c7c3a66b59625031eae9dc19 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 26 Nov 2007 21:40:00 +0000 Subject: [PATCH] Use 'Log in' instead of 'Login' for verb form. Props doug. see #5296 git-svn-id: http://svn.automattic.com/wordpress/trunk@6343 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/classic/comments-popup.php | 2 +- wp-content/themes/classic/comments.php | 2 +- wp-content/themes/default/comments-popup.php | 2 +- wp-content/themes/default/comments.php | 2 +- wp-includes/general-template.php | 4 ++-- wp-login.php | 12 ++++++------ 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/wp-content/themes/classic/comments-popup.php b/wp-content/themes/classic/comments-popup.php index e7f68766c..b74460d57 100644 --- a/wp-content/themes/classic/comments-popup.php +++ b/wp-content/themes/classic/comments-popup.php @@ -57,7 +57,7 @@ if (!empty($commentstatus->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH
-

'.$user_identity.''); ?>

+

'.$user_identity.''); ?>

diff --git a/wp-content/themes/classic/comments.php b/wp-content/themes/classic/comments.php index ddb7543f0..db3650997 100644 --- a/wp-content/themes/classic/comments.php +++ b/wp-content/themes/classic/comments.php @@ -42,7 +42,7 @@ -

'.$user_identity.''); ?>

+

'.$user_identity.''); ?>

diff --git a/wp-content/themes/default/comments-popup.php b/wp-content/themes/default/comments-popup.php index 06aab2d5a..5f13ac8d5 100644 --- a/wp-content/themes/default/comments-popup.php +++ b/wp-content/themes/default/comments-popup.php @@ -57,7 +57,7 @@ if (!empty($post->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH] != $pos -

Logged in as . Logout »

+

Logged in as . Log out »

diff --git a/wp-content/themes/default/comments.php b/wp-content/themes/default/comments.php index 33534ff8d..4d83251c3 100644 --- a/wp-content/themes/default/comments.php +++ b/wp-content/themes/default/comments.php @@ -73,7 +73,7 @@ -

Logged in as . Logout »

+

Logged in as . Log out »

diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 75b4456d9..a9d75fbd7 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -31,9 +31,9 @@ function get_sidebar() { function wp_loginout() { if ( ! is_user_logged_in() ) - $link = '' . __('Login') . ''; + $link = '' . __('Log in') . ''; else - $link = '' . __('Logout') . ''; + $link = '' . __('Log out') . ''; echo apply_filters('loginout', $link); } diff --git a/wp-login.php b/wp-login.php index d77428f65..b6f60de30 100644 --- a/wp-login.php +++ b/wp-login.php @@ -152,12 +152,12 @@ case 'retrievepassword' : @@ -274,9 +274,9 @@ case 'register' : @@ -362,7 +362,7 @@ default:

- +