Changeset 2260
- Timestamp:
- 02/11/2005 02:08:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r2166 r2260 4 4 5 5 if (!empty($post->post_password)) { // if there's a password 6 if ($_COOKIE['wp-postpass_' .$cookiehash] != $post->post_password) { // and it doesn't match the cookie6 if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie 7 7 ?> 8 8
Note: See TracChangeset
for help on using the changeset viewer.