Explorar o código

Fix merge conflicts and editor stylesheet location.

Jeff Ong %!s(int64=4) %!d(string=hai) anos
pai
achega
4c2475db18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',
 			)
 		);