Typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1214 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0243832b1e
commit
2b4aa98aa1
@ -6,7 +6,7 @@
|
||||
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
|
||||
?>
|
||||
<p><?php e_("Enter your password to view comments."); ?><p>
|
||||
<p><?php _e("Enter your password to view comments."); ?><p>
|
||||
<?php
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user