From: Ian Weller Date: Wed, 12 Oct 2016 16:39:42 +0000 (-0400) Subject: uncommented something I needed to be rid of a moment X-Git-Tag: v1.0.0^2~176 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b31d592bebc90f3ab0b96f9599d20da7ca749773;p=WP-Themes%2Fbaragacounty.git uncommented something I needed to be rid of a moment I commented out line 86 in the dropdown-map.php file because It was showing an error on my site which I felt interfered with me getting the nav items centered. --- diff --git a/parts/dropdown-map.php b/parts/dropdown-map.php index bd245d2..d141504 100644 --- a/parts/dropdown-map.php +++ b/parts/dropdown-map.php @@ -83,7 +83,7 @@ foreach ($nav_posts as $p){ $filter_content = strip_shortcodes($filter_content); $sites[$p->ID]['content'] = $filter_content; } -// $js_sites = json_encode($sites); + $js_sites = json_encode($sites); //echo '
', print_r($sites) , '
'; ?>