_s: List post formats in their own line.

d8a88d2097 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.
This commit is contained in:
Konstantin Obenland 2014-05-29 14:14:25 -07:00
parent 25a6b98898
commit 91d2514a62
1 changed files with 3 additions and 1 deletions

View File

@ -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(