XHTML error.
git-svn-id: https://develop.svn.wordpress.org/trunk@1581 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8ff923a591
commit
01be3c57c6
@ -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
Block a user