Ticket #4171: comments.php-nocomments.patch
| File comments.php-nocomments.patch, 509 bytes (added by zeo, 6 years ago) |
|---|
-
comments.php
6 6 if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie 7 7 ?> 8 8 9 <p class="nocomments">This post is password protected. Enter the password to view comments.< p>9 <p class="nocomments">This post is password protected. Enter the password to view comments.</p> 10 10 11 11 <?php 12 12 return;
