From 19833401b203a1483ea9caf826ea0198f7d7c970 Mon Sep 17 00:00:00 2001 From: "Jorge vitrubio.net" Date: Thu, 28 Mar 2024 23:00:46 +0100 Subject: [PATCH] removed coment from plugin --- includes/xarxaprod-leafletmap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {