Changeset 18039
- Timestamp:
- 05/25/2011 05:13:02 PM (13 years ago)
- Location:
- trunk/wp-content/themes/twentyeleven
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/comments.php
r17959 r18039 4 4 * 5 5 * The area of the page that contains both current comments 6 * and the comment form. 7 * handled by a callback to twentyeleven_comment which is6 * and the comment form. The actual display of comments is 7 * handled by a callback to twentyeleven_comment() which is 8 8 * located in the functions.php file. 9 9 * … … 15 15 <div id="comments"> 16 16 <?php if ( post_password_required() ) : ?> 17 < div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?></div>18 </div><!-- .comments -->17 <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?></p> 18 </div><!-- #comments --> 19 19 <?php 20 20 /* Stop the rest of comments.php from being processed, -
trunk/wp-content/themes/twentyeleven/style.css
r18033 r18039 1677 1677 text-transform: uppercase; 1678 1678 } 1679 .nopassword, 1679 1680 .nocomments { 1680 1681 color: #aaa;
Note: See TracChangeset
for help on using the changeset viewer.