Changeset 1214 for trunk/wp-comments.php
- Timestamp:
- 04/30/2004 07:48:10 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments.php
r1108 r1214 7 7 if ($_COOKIE['wp-postpass_'.$cookiehash] != $post->post_password) { // and it doesn't match the cookie 8 8 ?> 9 <p><?php e_("Enter your password to view comments."); ?><p>9 <p><?php _e("Enter your password to view comments."); ?><p> 10 10 <?php 11 11 return;
Note: See TracChangeset
for help on using the changeset viewer.