Added correct path to editor-styles.css
This commit is contained in:
@@ -28,7 +28,7 @@ function roots_setup() {
|
|||||||
add_theme_support('html5', array('caption', 'comment-form', 'comment-list'));
|
add_theme_support('html5', array('caption', 'comment-form', 'comment-list'));
|
||||||
|
|
||||||
// Tell the TinyMCE editor to use a custom stylesheet
|
// 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');
|
add_action('after_setup_theme', 'roots_setup');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user