From 67403c17b5891cce57d31e4f0d734fafe7d5f743 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 12 Dec 2016 16:54:04 -0500 Subject: [PATCH] fixing pictured rocks id in the dropdown map markup --- map.php | 2 +- parts/interactive-map.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/map.php b/map.php index 92f27d0..b9b821b 100644 --- a/map.php +++ b/map.php @@ -147,7 +147,7 @@ - Pictured Rocks + Pictured Rocks Cross in the Woods diff --git a/parts/interactive-map.php b/parts/interactive-map.php index dbd4d6d..7bb20ec 100644 --- a/parts/interactive-map.php +++ b/parts/interactive-map.php @@ -24,7 +24,7 @@ 'page', - 'post__in' => array(812,814,816,818,823,821,825,827,829,831,836,835,833, 837), + 'post__in' => array(812,814,816,818,823,821,825,827,829,831,835,833, 837), 'posts_per_page' => -1, 'numberposts' => -1 -- 2.17.1