mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Remove unused variable
This commit is contained in:
parent
0428353d33
commit
536adda11b
1 changed files with 0 additions and 1 deletions
|
@ -827,7 +827,6 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
*/
|
||||
public function gutenberg_get_css() {
|
||||
$storefront_theme_mods = $this->get_storefront_theme_mods();
|
||||
$brighten_factor = apply_filters( 'storefront_brighten_factor', 25 );
|
||||
$darken_factor = apply_filters( 'storefront_darken_factor', -25 );
|
||||
|
||||
// Gutenberg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue