XHTML error.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-09-01 21:20:28 +00:00
parent 9611463657
commit 4a3f8489c2

View File

@ -5,7 +5,7 @@ if ('wp-comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
if ( !empty($post->post_password) && $_COOKIE['wp-postpass_'.$cookiehash] != $post->post_password) :
?>
<p><?php _e('Enter your password to view comments.'); ?><p>
<p><?php _e('Enter your password to view comments.'); ?></p>
<?php
return;
endif;