This commit is contained in:
parent
cd3c27d503
commit
bf466863af
|
@ -97,10 +97,8 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='')
|
|||
else
|
||||
{
|
||||
$gpx = downloadRemoteFile($gpx);
|
||||
print_r($gpx);
|
||||
}
|
||||
|
||||
|
||||
$points = getPoints( $gpx, $pointsoffset, $donotreducegpx);
|
||||
$points_maps = '';
|
||||
$points_graph = '';
|
||||
|
|
Loading…
Reference in New Issue