Changeset 15121
- Timestamp:
- 06/02/2010 10:45:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/comments.php
r14935 r15121 16 16 <div id="comments"> 17 17 <?php if ( post_password_required() ) : ?> 18 < div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></div>18 <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></p> 19 19 </div><!-- #comments --> 20 20 <?php
Note: See TracChangeset
for help on using the changeset viewer.