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 06ef578 commit ff92bf7Copy full SHA for ff92bf7
jq_img_lazy_load.php
@@ -9,7 +9,7 @@
9
*/
10
11
function jquery_lazy_load_headers() {
12
- $plugin_path = plugins_url('/jq-lazy-load/');
+ $plugin_path = plugins_url('/wp-jquery-lazy-load/');
13
$lazy_url = $plugin_path . 'javascripts/jquery.lazyload.pack.js';
14
$jq_url = $plugin_path . 'javascripts/jquery.js';
15
wp_deregister_script('jquery');
@@ -18,7 +18,7 @@ function jquery_lazy_load_headers() {
18
}
19
20
function jquery_lazy_load_ready() {
21
- $placeholdergif = plugins_url('/jq-lazy-load/images/grey.gif');
+ $placeholdergif = plugins_url('/wp-jquery-lazy-load/images/grey.gif');
22
echo <<<EOF
23
<script type="text/javascript">
24
$(document).ready(function($){
0 commit comments