Skip to content

Commit ff92bf7

Browse files
author
Andrew Y Ng
committed
fixed path
1 parent 06ef578 commit ff92bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jq_img_lazy_load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
function jquery_lazy_load_headers() {
12-
$plugin_path = plugins_url('/jq-lazy-load/');
12+
$plugin_path = plugins_url('/wp-jquery-lazy-load/');
1313
$lazy_url = $plugin_path . 'javascripts/jquery.lazyload.pack.js';
1414
$jq_url = $plugin_path . 'javascripts/jquery.js';
1515
wp_deregister_script('jquery');
@@ -18,7 +18,7 @@ function jquery_lazy_load_headers() {
1818
}
1919

2020
function jquery_lazy_load_ready() {
21-
$placeholdergif = plugins_url('/jq-lazy-load/images/grey.gif');
21+
$placeholdergif = plugins_url('/wp-jquery-lazy-load/images/grey.gif');
2222
echo <<<EOF
2323
<script type="text/javascript">
2424
$(document).ready(function($){

0 commit comments

Comments
 (0)