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(