@@ -4,9 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Flynt\Utils\Options; |
6 | 6 | |
7 | -add_filter('Flynt/addComponentData?name=ListPosts', function ($data) { |
|
7 | +add_filter('Flynt/addComponentData?name=ListPosts', function($data) { |
|
8 | 8 | |
9 | - add_filter('timber/post/preview/read_more_class', function ($read_more) { |
|
9 | + add_filter('timber/post/preview/read_more_class', function($read_more) { |
|
10 | 10 | return $read_more = "button button--link"; |
11 | 11 | }); |
12 | 12 |