Completed
Push — componentlibrary ( 8f4fab...490a3a )
by
unknown
01:58
created
Components/ListSearchResults/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 
11 11
 
12
-add_filter('Flynt/addComponentData?name=ListSearchResults', function ($data) {
12
+add_filter('Flynt/addComponentData?name=ListSearchResults', function($data) {
13 13
     global $wp_query;
14 14
     $searchQuery = get_search_query();
15 15
     $data['searchTerm'] = $searchQuery;
Please login to merge, or discard this patch.