From ba09755921ff381ff56c736cdab913704caa3f8b Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 22 Mar 2013 18:54:05 +0000 Subject: [PATCH] Twenty Thirteen: we loves us some structured post formats. See #23619 #23620 #23621. git-svn-id: http://core.svn.wordpress.org/trunk@23786 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 3035295d3c..ca73ced328 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -70,7 +70,7 @@ function twentythirteen_setup() { * This theme supports all available post formats. * See http://codex.wordpress.org/Post_Formats */ - add_theme_support( 'post-formats', array( + add_theme_support( 'structured-post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );