Skip to content

Commit

Permalink
Archive sniff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 27, 2022
1 parent 60957c8 commit d108942
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/map-archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
the_post();

if ( 'public' === get_post_geodata( get_the_ID(), 'visibility' ) ) {
echo get_post_location(
echo get_post_location(
get_the_ID(),
array(
'weather' => false,
'wrapper-type' => 'li',
'weather' => false,
'wrapper-type' => 'li',
'wrapper-class' => 'h-entry',
'markup' => false,
'icon' => false,
'object_link' => true,
'altitude' => false
'markup' => false,
'icon' => false,
'object_link' => true,
'altitude' => false,
)
);
}
Expand Down

0 comments on commit d108942

Please sign in to comment.