projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2430d96
)
removing test print_r statements
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 8 Nov 2016 18:22:49 +0000
(13:22 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 8 Nov 2016 18:22:49 +0000
(13:22 -0500)
regions-map.php
patch
|
blob
|
history
diff --git
a/regions-map.php
b/regions-map.php
index
ff7c445
..
936c909
100644
(file)
--- a/
regions-map.php
+++ b/
regions-map.php
@@
-13,8
+13,6
@@
foreach ($partners_blocks as $id=>$block){
$categories[$block->post_name] = $block->url;
}
-print_r($categories);
-
$js_categories = json_encode($categories);