Changeset 21618 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/25/2012 05:16:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21617 r21618 290 290 ); 291 291 ?> 292 </header> 292 </header><!-- .comment-meta --> 293 293 294 294 <?php if ( '0' == $comment->comment_approved ) : ?> … … 296 296 <?php endif; ?> 297 297 298 <section class="comment comment-content">298 <section class="comment-content comment"> 299 299 <?php comment_text(); ?> 300 300 <?php edit_comment_link( __( 'Edit', 'twentytwelve' ), '<p class="edit-link">', '</p>' ); ?> 301 </section> 301 </section><!-- .comment-content --> 302 302 303 303 <div class="reply">
Note: See TracChangeset
for help on using the changeset viewer.