Skip to content

Commit b79dfd7

Browse files
committed
missing a forward slash
1 parent e2b24fd commit b79dfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jq_img_lazy_load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
function jquery_lazy_load_headers() {
13-
$plugin_path = plugins_url('', __FILE__);
13+
$plugin_path = plugins_url('/', __FILE__);
1414
$lazy_url = $plugin_path . 'javascripts/jquery.lazyload.pack.js';
1515
$jq_url = $plugin_path . 'javascripts/jquery.js';
1616
wp_deregister_script('jquery');

0 commit comments

Comments
 (0)