소스 검색

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',
 			)
 		);