Fix path to stylesheet in add_editor_style

This commit is contained in:
johnnyicarus
2016-07-23 15:58:42 +02:00
committed by Ben Word
parent 3f0e2bf5a2
commit 529b1085f9

View File

@@ -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'));
});
/**