Simplify comments, use core comment form and list
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user