diff --git a/includes/xarxaprod-leafletmap.php b/includes/xarxaprod-leafletmap.php index 2abd6e2..b24af9f 100644 --- a/includes/xarxaprod-leafletmap.php +++ b/includes/xarxaprod-leafletmap.php @@ -17,7 +17,7 @@ include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // check for plugin using plugin name if ( ! is_plugin_active( 'leaflet-map/leaflet-map.php' ) ) { - echo '

The plugin LeafletMap is needed to show this map

'; +// echo '

The plugin LeafletMap is needed to show this map

'; } else { if (! function_exists( 'xarxaprod_show_leaflet_map' )) { function xarxaprod_show_leaflet_map() {