XHTML error.

git-svn-id: https://develop.svn.wordpress.org/trunk@1581 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-09-01 21:20:28 +00:00
parent 8ff923a591
commit 01be3c57c6

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;