1
0
Moritz Schmidt 9 rokov pred
rodič
commit
e56cf16483
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -652,7 +652,7 @@ function carousel_shortcode_func($atts) {
       if($key == "url") {
         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>';