From 91d2514a62ca9a2cfa77c80dd75024c6847e1945 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Thu, 29 May 2014 14:14:25 -0700 Subject: [PATCH] _s: List post formats in their own line. d8a88d20976cb388219bb5e52a38232278c8a7f1 brought the HTML5 support declaration close to how Twenty Thirteen and Twenty Fourteen do it, leaving post formats doing their own thing. Let's make displaying array values consistent with the latest default themes. --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 46fa609f..057ed385 100644 --- a/functions.php +++ b/functions.php @@ -57,7 +57,9 @@ function _s_setup() { * Enable support for Post Formats. * See http://codex.wordpress.org/Post_Formats */ - add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) ); + add_theme_support( 'post-formats', array( + 'aside', 'image', 'video', 'quote', 'link' + ) ); // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( '_s_custom_background_args', array(