git-svn-id: http://svn.automattic.com/wordpress/trunk@1214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-30 07:48:10 +00:00
parent a72400c1f8
commit e9514b7846

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