Skip to content

Commit

Permalink
_s: List post formats in their own line.
Browse files Browse the repository at this point in the history
d8a88d2 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.
  • Loading branch information
obenland committed May 29, 2014
1 parent 25a6b98 commit 91d2514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 91d2514

Please sign in to comment.