| @@ -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); |