From ebf6fe57ab38635c5e79a82312647283f82cc8ba Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 16 Feb 2012 20:59:28 +0000 Subject: [PATCH] _s: we need to use the stylesheet_uri here or the default child theme stylesheet overriding doesn't work. git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8956 d957f892-c61d-0410-b221-f235e6eecf30 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 1b61f60c..cf3e149c 100644 --- a/functions.php +++ b/functions.php @@ -102,7 +102,7 @@ add_action( 'widgets_init', '_s_widgets_init' ); function _s_scripts() { global $post; - wp_enqueue_style( 'style', get_template_directory_uri() . '/style.css' ); + wp_enqueue_style( 'style', get_stylesheet_uri() ); wp_enqueue_script( 'jquery' );