Changeset 23690 for trunk/wp-content/themes/twentythirteen/comments.php
- Timestamp:
- 03/13/2013 10:45:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/comments.php
r23680 r23690 51 51 <?php endif; // have_comments() ?> 52 52 53 <?php comment_form( ); ?>53 <?php comment_form( array( 'format' => 'html5' ) ); ?> 54 54 55 55 </div><!-- #comments -->
Note: See TracChangeset
for help on using the changeset viewer.