Passed
Pull Request — master (#122)
by
unknown
04:12
created
Components/ListPosts/functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.