Simplify comments, use core comment form and list

This commit is contained in:
Ben Word
2014-10-24 16:44:33 -05:00
parent 2978eb3d97
commit 0c1ae408e0
5 changed files with 9 additions and 117 deletions

View File

@@ -25,7 +25,7 @@ function roots_setup() {
// Add HTML5 markup for captions
// http://codex.wordpress.org/Function_Reference/add_theme_support#HTML5
add_theme_support('html5', array('caption'));
add_theme_support('html5', array('caption', 'comment-form', 'comment-list'));
// Tell the TinyMCE editor to use a custom stylesheet
add_editor_style('/assets/css/editor-style.css');