@@ -4,7 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Flynt; |
| 6 | 6 | |
| 7 | -add_filter('Flynt/addComponentData?name=GridTeaserTiles', function ($data) { |
|
| 7 | +add_filter('Flynt/addComponentData?name=GridTeaserTiles', function($data) { |
|
| 8 | 8 | return $data; |
| 9 | 9 | }); |
| 10 | 10 | |