Completed
Push — componentlibrary ( 33bea8...7a10ee )
by
unknown
01:42
created
Components/ListPostCards/functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Timber\Timber;
6 6
 use Timber\Post;
7 7
 
8
-add_filter('Flynt/addComponentData?name=ListPostCards', function ($data) {
9
-    add_action('wp_enqueue_scripts', function () {
8
+add_filter('Flynt/addComponentData?name=ListPostCards', function($data) {
9
+    add_action('wp_enqueue_scripts', function() {
10 10
         Component::enqueueAssets('ListPostCards');
11 11
     });
12 12
 
Please login to merge, or discard this patch.