Changeset 8800 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 09/03/2008 07:54:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/classic/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments.php
r8695 r8800 1 <?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>1 <?php if ( post_password_required() ) : ?> 2 2 <p><?php _e('Enter your password to view comments.'); ?></p> 3 3 <?php return; endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.