Remove post formats

This commit is contained in:
Ben Word
2016-11-27 14:46:05 -07:00
parent 265815f5bf
commit 78ea970eab
2 changed files with 3 additions and 6 deletions

View File

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

View File

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