PluginProbe
Leaflet Map / 3.4.5
Leaflet Map v3.4.5
3.4.7 3.4.6 trunk 2.10.0 2.10.1 2.11.0 2.11.1 2.11.2 2.11.3 2.11.4 2.11.5 2.12.0 2.13.0 2.14.0 2.15.0 2.16.0 2.16.1 2.16.2 2.17.0 2.17.1 2.17.2 2.17.3 2.18.0 2.19.0 2.19.1 All 49 releases
← All changes | shortcodes/class.map-shortcode.php +1 -1 trunk3.4.5 View file →
@@ -173,9 +173,9 @@
173 173
174 174 // custom field for moving to javascript
175 175 // filter out any unwanted HTML tags (including img)
176 176 if ($atts['attribution'] !== 0) {
177 - $map_options['attribution'] = wp_kses_post( html_entity_decode( $atts['attribution'] ) );
177 + $map_options['attribution'] = wp_kses_post($atts['attribution']);
178 178 }
179 179
180 180 // wrap as JSON
181 181 $atts['map_options'] = json_encode($map_options);