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:
parent
b73e4d4e50
commit
693d4e0984
|
@ -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 -->
|
Loading…
Reference in New Issue