1
0
Moritz Schmidt 9 سال پیش
والد
کامیت
e56cf16483
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -652,7 +652,7 @@ function carousel_shortcode_func($atts) {
       if($key == "url") {
       if($key == "url") {
         continue;
         continue;
       }
       }
-      $output .= '<div class="item" id="item-' . $key . '"><img id="img-' . $key . '" data-lazy="' . urlencode($slider['url'] . $value) . '" style="height: 300px; width: auto;"></div>' . PHP_EOL;
+      $output .= '<div class="item" id="item-' . $key . '"><img id="img-' . $key . '" data-lazy="' . urldecode($slider['url'] . $value) . '" style="height: 300px; width: auto;"></div>' . PHP_EOL;
     }
     }
     $output .= '</div>';
     $output .= '</div>';