Twenty Thirteen: remove `html5` arguments now that `add_theme_support` call is in place. Props obenland, see r24421 and #23850.

git-svn-id: https://develop.svn.wordpress.org/trunk@24423 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-06-06 18:29:32 +00:00
parent f265d8bdda
commit d1348b97e1
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ if ( post_password_required() )
<?php
wp_list_comments( array(
'style' => 'ol',
'format' => 'html5',
'short_ping' => true,
'avatar_size' => 74,
) );
@ -55,6 +54,6 @@ if ( post_password_required() )
<?php endif; // have_comments() ?>
<?php comment_form( array( 'format' => 'html5' ) ); ?>
<?php comment_form(); ?>
</div><!-- #comments -->