Completed
Push — componentlibrary_streamline-ph... ( d1102b...6479ed )
by Dominik
04:18 queued 02:25
created
Features/Jquery/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Flynt\Utils\Asset;
6 6
 
7
-add_action('wp_enqueue_scripts', function () {
7
+add_action('wp_enqueue_scripts', function() {
8 8
     $jqueryVersion = wp_scripts()->registered['jquery']->ver;
9 9
     wp_deregister_script('jquery');
10 10
 
Please login to merge, or discard this patch.
inc/assets.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 use Flynt\Utils\Asset;
4 4
 
5
-add_action('wp_enqueue_scripts', function () {
5
+add_action('wp_enqueue_scripts', function() {
6 6
     Asset::enqueue([
7 7
         'name' => 'Flynt/assets/vendor',
8 8
         'type' => 'script',
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     ]);
32 32
 });
33 33
 
34
-add_action('admin_enqueue_scripts', function () {
34
+add_action('admin_enqueue_scripts', function() {
35 35
     Asset::enqueue([
36 36
         'name' => 'Flynt/assets/vendorAdmin',
37 37
         'type' => 'script',
Please login to merge, or discard this patch.