Changeset 391 for trunk/b2comments.php
- Timestamp:
- 09/27/2003 05:45:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.php
r374 r391 6 6 if (!empty($post->post_password)) { // if there's a password 7 7 if ($HTTP_COOKIE_VARS['wp-postpass'] != $post->post_password) { // and it doesn't match the cookie 8 echo(" Enter your password to view comments");8 echo("<p>Enter your password to view comments.<p>"); 9 9 return; 10 10 }
Note: See TracChangeset
for help on using the changeset viewer.