Changeset 8999 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 09/27/2008 09:49:27 AM (18 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
r8800 r8999 1 <?php if ( post_password_required() ) : ?> 1 <?php 2 /** 3 * @package WordPress 4 * @subpackage Classic_Theme 5 */ 6 7 if ( post_password_required() ) : ?> 2 8 <p><?php _e('Enter your password to view comments.'); ?></p> 3 9 <?php return; endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.