mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
i18n fixes from SteveAgl. fixes #2207
git-svn-id: https://develop.svn.wordpress.org/trunk@3393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -290,7 +290,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
|
||||
} else {
|
||||
if (!empty($post->post_password)) { // if there's a password
|
||||
if ($_COOKIE['wp-postpass_'.COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
|
||||
echo('Enter your password to view comments');
|
||||
echo(__('Enter your password to view comments'));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user