Fix path to stylesheet in add_editor_style
This commit is contained in:
@@ -62,7 +62,7 @@ add_action('after_setup_theme', function () {
|
||||
* Use main stylesheet for visual editor
|
||||
* @see assets/styles/layouts/_tinymce.scss
|
||||
*/
|
||||
add_editor_style(asset_path('main.css'));
|
||||
add_editor_style(asset_path('styles/main.css'));
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user