XHTML error.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9611463657
commit
4a3f8489c2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue