From 108799d1040cd4a3b7bdaad4c07e88c278c048e3 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Wed, 3 Dec 2014 18:46:33 +0700 Subject: [PATCH] Revert #638 for a bit. --- functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions.php b/functions.php index df440d9..9eb22bf 100644 --- a/functions.php +++ b/functions.php @@ -100,10 +100,6 @@ add_action( 'widgets_init', '_s_widgets_init' ); * Enqueue scripts and styles. */ function _s_scripts() { - if ( is_child_theme() ) { - wp_enqueue_style( '_s-parent-style', get_template_directory_uri() . '/style.css' ); - } - wp_enqueue_style( '_s-style', get_stylesheet_uri() ); wp_enqueue_script( '_s-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120206', true );