Completed
Push — jquery-cdn ( 5ed07f...400c4e )
by Doğa
17:07 queued 13:45
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
     wp_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/' . $jqueryVersion . '/jquery.min.js', false, $jqueryVersion, true);
Please login to merge, or discard this patch.