Make WordPress Themes


Ignore:
Timestamp:
12/25/2024 08:03:21 PM (11 months ago)
Author:
themedropbox
Message:

New version of Blocksy - 2.0.83

Location:
blocksy/2.0.83
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blocksy/2.0.83/inc/dynamic-styles/global/all.php

    r244917 r253694  
    268268    'selector' => ':root',
    269269    'property' => 'theme-button-border-radius',
    270     'value' => blocksy_get_theme_mod( 'buttonRadius',
    271         blocksy_spacing_value([
    272             'top' => '3px',
    273             'left' => '3px',
    274             'right' => '3px',
    275             'bottom' => '3px',
    276         ])
    277     )
     270    'value' => blocksy_get_theme_mod(
     271        'buttonRadius',
     272        blocksy_spacing_value()
     273    ),
     274    'empty_value' => 3,
    278275]);
    279276
     
    671668            'value' => blocksy_get_theme_mod(
    672669                'topButtonRadius',
    673                 blocksy_spacing_value([
    674                     'top' => '2px',
    675                     'left' => '2px',
    676                     'right' => '2px',
    677                     'bottom' => '2px',
    678                 ])
    679             )
     670                blocksy_spacing_value()
     671            ),
     672            'empty_value' => 2,
    680673        ]);
    681674    }
Note: See TracChangeset for help on using the changeset viewer.