Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rename script #278

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
2 changes: 1 addition & 1 deletion config/import/content/landing-page.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Genesis sample.
* Genesis Sample.
*
* Landing page content optionally installed after theme activation.
*
Expand Down
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
Loading