Browse Source

fix PHP notices

Ben Dwyer 4 năm trước cách đây
mục cha
commit
09070c7be6
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      seedlet/functions.php

+ 0 - 7
seedlet/functions.php

@@ -108,13 +108,6 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
 
 		$editor_stylesheet_path = './assets/css/style-editor.css';
 
-		// Note, the is_IE global variable is defined by WordPress and is used
-		// to detect if the current browser is internet explorer.
-		global $is_IE;
-		if ( $is_IE ) {
-			$editor_stylesheet_path = './assets/css/ie-editor.css';
-		}
-
 		// Enqueue editor styles.
 		add_editor_style(
 			array(