@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | 'autowidth', |
22 | 22 | 'button', |
23 | 23 | 'color', |
24 | - 'language' |
|
24 | + 'language' |
|
25 | 25 | ); |
26 | 26 | |
27 | 27 | public function __construct() { |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | \PodloveSubscribeButton::get_array_value_with_fallback( $instance, 'format' ), |
50 | 50 | \PodloveSubscribeButton::get_array_value_with_fallback( $instance, 'color' ), |
51 | 51 | false, |
52 | - false, |
|
52 | + false, |
|
53 | 53 | \PodloveSubscribeButton::get_array_value_with_fallback( $instance, 'language' ) |
54 | 54 | ); |
55 | 55 |