Added correct path to editor-styles.css

This commit is contained in:
Kalen Johnson
2014-10-31 12:29:34 -07:00
parent 52cd504c27
commit 329102d630

View File

@@ -28,7 +28,7 @@ function roots_setup() {
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');
add_editor_style('/assets/dist/css/editor-style.css');
}
add_action('after_setup_theme', 'roots_setup');