Prechádzať zdrojové kódy

Fix merge conflicts and editor stylesheet location.

Jeff Ong 4 rokov pred
rodič
commit
4c2475db18
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      seedlet/functions.php

+ 1 - 1
seedlet/functions.php

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