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:

- +