Fix editor style path

This commit is contained in:
Ben Word
2015-01-19 16:19:32 -06:00
parent 327ee7ac3a
commit 1d7205891b

View File

@@ -35,7 +35,7 @@ function setup() {
add_theme_support('html5', ['caption', 'comment-form', 'comment-list']);
// Tell the TinyMCE editor to use a custom stylesheet
add_editor_style('/dist/css/editor-style.css');
add_editor_style('/dist/styles/editor-style.css');
}
add_action('after_setup_theme', __NAMESPACE__ . '\\setup');