From 693d4e0984da3818c2e7fe9576f433e7a6ed8077 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: http://core.svn.wordpress.org/trunk@24423 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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