We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b24fd commit b79dfd7Copy full SHA for b79dfd7
jq_img_lazy_load.php
@@ -10,7 +10,7 @@
10
*/
11
12
function jquery_lazy_load_headers() {
13
- $plugin_path = plugins_url('', __FILE__);
+ $plugin_path = plugins_url('/', __FILE__);
14
$lazy_url = $plugin_path . 'javascripts/jquery.lazyload.pack.js';
15
$jq_url = $plugin_path . 'javascripts/jquery.js';
16
wp_deregister_script('jquery');
0 commit comments