Properly close the paragraph. Props zeo. fixes #4171 for both 2.2 and 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5290 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c883733d72
commit
c2bb150496
@ -6,7 +6,7 @@
|
||||
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
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user