浏览代码

Fix merge conflicts and editor stylesheet location.

Jeff Ong 4 年之前
父节点
当前提交
4c2475db18
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      seedlet/functions.php

+ 1 - 1
seedlet/functions.php

@@ -112,7 +112,7 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
 		add_editor_style(
 			array(
 				seedlet_fonts_url(),
-				$editor_stylesheet_path,
+				'./assets/css/style-editor.css',
 			)
 		);