Properly close the paragraph. Props zeo. fixes #4171 for both 2.2 and 2.3
git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a9b5bc0f13
commit
c6684fd4aa
|
@ -6,7 +6,7 @@
|
||||||
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
|
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<p class="nocomments">This post is password protected. Enter the password to view comments.<p>
|
<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue