Changeset 18039 for trunk/wp-content/themes/twentyeleven/comments.php
- Timestamp:
- 05/25/2011 05:13:02 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyeleven/comments.php (modified) (2 diffs)
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. The actual display of comments is7 * 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,
Note: See TracChangeset
for help on using the changeset viewer.