From d1348b97e192cc61a677112ba793807ca285b428 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 6 Jun 2013 18:29:32 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/comments.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/comments.php b/wp-content/themes/twentythirteen/comments.php index 426d58952d..22818ac4f6 100644 --- a/wp-content/themes/twentythirteen/comments.php +++ b/wp-content/themes/twentythirteen/comments.php @@ -31,7 +31,6 @@ if ( post_password_required() ) 'ol', - 'format' => 'html5', 'short_ping' => true, 'avatar_size' => 74, ) ); @@ -55,6 +54,6 @@ if ( post_password_required() ) - 'html5' ) ); ?> + \ No newline at end of file