forked from mirror/_s
_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
This commit is contained in:
parent
4c4c3e6d3b
commit
3bc1fe9192
|
@ -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' );
|
||||
|
||||
|
|
Reference in New Issue