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

git-svn-id: http://core.svn.wordpress.org/trunk@24423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-06-06 18:29:32 +00:00
parent b73e4d4e50
commit 693d4e0984
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 -->