From c8c31a268fb13818b679d50787d411cfa57a45f5 Mon Sep 17 00:00:00 2001 From: bastianonm Date: Wed, 18 May 2016 12:19:43 +0000 Subject: [PATCH] download attribute added --- wp-gpx-maps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 51d4211..ce10f8b 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -728,7 +728,7 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='') $dummy = ( defined('WP_SITEURL') ) ? WP_SITEURL : get_bloginfo('url'); $gpxurl = $dummy.$gpxurl; } - $output.="".__("Download", "wp-gpx-maps").""; + $output.="".__("Download", "wp-gpx-maps").""; } return $output;