Skip to content

Commit

Permalink
Remove post formats
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Nov 27, 2016
1 parent 265815f commit 78ea970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 0 additions & 6 deletions src/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@
*/
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
Expand Down

0 comments on commit 78ea970

Please sign in to comment.