diff --git a/CHANGELOG.md b/CHANGELOG.md index b38b2a2..0f29fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### HEAD +* Remove post formats ([#1759](https://github.com/roots/sage/pull/1759)) + ### 9.0.0-alpha.4: November 16th, 2016 * Use new webpack api schema ([8ac5f15](https://github.com/roots/sage/commit/e6e60aa)) * Update dependencies ([70ebba7](https://github.com/roots/sage/commit/70ebba7)) diff --git a/src/setup.php b/src/setup.php index 771cda0..8d9c3a5 100644 --- a/src/setup.php +++ b/src/setup.php @@ -48,12 +48,6 @@ add_action('after_setup_theme', function () { */ add_theme_support('post-thumbnails'); - /** - * Enable post formats - * @link http://codex.wordpress.org/Post_Formats - */ - add_theme_support('post-formats', ['aside', 'gallery', 'link', 'image', 'quote', 'video', 'audio']); - /** * Enable HTML5 markup support * @link http://codex.wordpress.org/Function_Reference/add_theme_support#HTML5