Typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a72400c1f8
commit
e9514b7846
|
@ -6,7 +6,7 @@
|
||||||
if (!empty($post->post_password)) { // if there's a password
|
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
|
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
|
<?php
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue