git-svn-id: https://develop.svn.wordpress.org/trunk@1214 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-04-30 07:48:10 +00:00
parent 0243832b1e
commit 2b4aa98aa1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}