Skip to content

Commit

Permalink
Rename genesis-sample-woocommerce.css file to woocommerce.css
Browse files Browse the repository at this point in the history
  • Loading branch information
seothemes committed Jul 21, 2019
1 parent faec01b commit 8ce5656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/woocommerce/woocommerce-output.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
function genesis_sample_woocommerce_styles( $enqueue_styles ) {

$enqueue_styles[ genesis_get_theme_handle() . '-woocommerce-styles' ] = array(
'src' => get_stylesheet_directory_uri() . '/lib/woocommerce/genesis-sample-woocommerce.css',
'src' => get_stylesheet_directory_uri() . '/lib/woocommerce/woocommerce.css',
'deps' => '',
'version' => genesis_get_theme_version(),
'media' => 'screen',
Expand Down
File renamed without changes.

0 comments on commit 8ce5656

Please sign in to comment.