From 9bd265ab5bf26d60bfc3222467949812dedff010 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Tue, 29 Oct 2024 23:48:22 +0100 Subject: [PATCH] Re-add var_dumps --- single.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/single.php b/single.php index dcec9bc..2378162 100644 --- a/single.php +++ b/single.php @@ -76,11 +76,15 @@ "; + echo var_dump($locations); + echo "
"; + if ( $location && (!$locations || count($locations)==0 || is_nan($locations[0]['lat'])) ) { $locations = [$location]; } + echo var_dump($locations); ?> - 0 && !is_nan($locations[0]['lat'])) : ?>