Removing post formats support and styles from _s

This commit is contained in:
Caroline Moore 2016-06-13 16:39:54 -04:00
parent a207291d10
commit 2316b1981c
5 changed files with 0 additions and 31 deletions

View file

@ -59,18 +59,6 @@ function _s_setup() {
'caption',
) );
/*
* Enable support for Post Formats.
* See https://developer.wordpress.org/themes/functionality/post-formats/
*/
add_theme_support( 'post-formats', array(
'aside',
'image',
'video',
'quote',
'link',
) );
// Set up the WordPress core custom background feature.
add_theme_support( 'custom-background', apply_filters( '_s_custom_background_args', array(
'default-color' => 'ffffff',