Make WordPress Core


Ignore:
Timestamp:
05/21/2010 06:56:27 PM (16 years ago)
Author:
nacin
Message:

In Twenty Ten, final pass on inline docs et al. props jorbin, zeo. fixes #12695.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/comments.php

    r14708 r14786  
    1717<?php if ( post_password_required() ) : ?>
    1818                <div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></div>
    19             </div><!-- .comments -->
     19            </div><!-- #comments -->
    2020<?php
    2121        /* Stop the rest of comments.php from being processed,
     
    4141                <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyten' ) ); ?></div>
    4242                <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyten' ) ); ?></div>
    43             </div>
     43            </div> <!-- .navigation -->
    4444<?php endif; // check for comment navigation ?>
    4545
     
    6060                <div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyten' ) ); ?></div>
    6161                <div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyten' ) ); ?></div>
    62             </div>
     62            </div><!-- .navigation -->
    6363<?php endif; // check for comment navigation ?>
    6464
     
    7171?>
    7272    <p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p>
    73 <?php endif; // end ! comments_opened() ?>
     73<?php endif; // end ! comments_open() ?>
    7474
    7575<?php endif; // end have_comments() ?>
Note: See TracChangeset for help on using the changeset viewer.