소스 검색

Merge branch 'trunk' into blank-canvas/add-link-in-bio-patterns

Kjell Reigstad 4 년 전
부모
커밋
6d5c4ee753
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      seedlet/functions.php

+ 2 - 2
seedlet/functions.php

@@ -385,10 +385,10 @@ function seedlet_scripts() {
 	global $is_IE;
 	global $is_IE;
 	if ( $is_IE ) {
 	if ( $is_IE ) {
 		// If IE 11 or below, use a ponyfill to add CSS Variable support
 		// If IE 11 or below, use a ponyfill to add CSS Variable support
-		wp_register_script( 'css-vars-ponyfill', get_stylesheet_directory_uri() . '/assets/js/css-vars-ponyfill2.js' );
+		wp_register_script( 'css-vars-ponyfill', get_template_directory_uri() . '/assets/js/css-vars-ponyfill2.js' );
 		wp_enqueue_script(
 		wp_enqueue_script(
 			'ie11-fix',
 			'ie11-fix',
-			get_stylesheet_directory_uri() . '/assets/js/ie11-fix.js',
+			get_template_directory_uri() . '/assets/js/ie11-fix.js',
 			array( 'css-vars-ponyfill' ),
 			array( 'css-vars-ponyfill' ),
 			'1.0'
 			'1.0'
 		);
 		);