mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
copy/paste fail xD
This commit is contained in:
parent
b9c6634d5b
commit
e126dff16d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
return $value;
|
||||
}
|
||||
|
||||
$values = $this->setting_defaults();
|
||||
$values = $this->get_storefront_default_setting_values();
|
||||
|
||||
return isset( $values[ $key ] ) ? $values[ $key ] : $value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue