PluginProbe
Property Hive / 2.3.1
Property Hive v2.3.1
2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 All 261 releases
← All changes | includes/elementor-widgets/property-epcs.php +1 -1 2.2.52.3.1 View file →
@@ -109,9 +109,9 @@
109 109 if ( is_array($epc_urls) && !empty( $epc_urls ) )
110 110 {
111 111 foreach ($epc_urls as $epc)
112 112 {
113 - echo '<a href="' . $epc['url'] . '" data-fancybox="epcs" rel="nofollow"><img src="' . esc_url($epc['url']) . '" alt=""></a>';
113 + echo '<a href="' . esc_url( $epc['url'] ) . '" data-fancybox="epcs" rel="nofollow"><img src="' . esc_url($epc['url']) . '" alt=""></a>';
114 114 }
115 115 }
116 116 }
117 117 else