mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Remove unused variables
This commit is contained in:
parent
7e150e749d
commit
4750bb08e3
1 changed files with 0 additions and 2 deletions
|
@ -906,8 +906,6 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
*/
|
||||
public function block_editor_customizer_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 );
|
||||
|
||||
$styles = '
|
||||
.editor-styles-wrapper table th {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue