Skip to content

Commit

Permalink
Merge pull request woocommerce#365 from woothemes/fix-jp-css-path
Browse files Browse the repository at this point in the history
Fix path to the jetpack.css file.
  • Loading branch information
jameskoster committed Apr 5, 2016
2 parents 39615c5 + a3146bc commit b236fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/jetpack/class-storefront-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function jetpack_scripts() {
global $storefront_version;

if ( class_exists( 'Jetpack' ) ) {
wp_enqueue_style( 'storefront-jetpack-style', get_template_directory_uri() . '/inc/jetpack/css/jetpack.css', '', $storefront_version );
wp_enqueue_style( 'storefront-jetpack-style', get_template_directory_uri() . '/assets/sass/jetpack/jetpack.css', '', $storefront_version );
wp_style_add_data( 'storefront-jetpack-style', 'rtl', 'replace' );
}
}
Expand Down

0 comments on commit b236fff

Please sign in to comment.