Skip to content

Commit

Permalink
_s: we need to use the stylesheet_uri here or the default child theme…
Browse files Browse the repository at this point in the history
… stylesheet overriding doesn't work.

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8956 d957f892-c61d-0410-b221-f235e6eecf30
  • Loading branch information
ianstewart committed Feb 16, 2012
1 parent 4c4c3e6 commit 3bc1fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -102,7 +102,7 @@ function _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' );

Expand Down

0 comments on commit 3bc1fe9

Please sign in to comment.