Update path to editor-style.css

This commit is contained in:
Ben Word
2012-08-21 08:45:05 -05:00
parent dc386dd611
commit 6e874ec630

View File

@@ -37,7 +37,7 @@ function roots_setup() {
// add_theme_support('post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat'));
// Tell the TinyMCE editor to use a custom stylesheet
add_editor_style('css/editor-style.css');
add_editor_style('assets/css/editor-style.css');
}