Removed Google Maps
This commit is contained in:
parent
28f0e9a2de
commit
836432bb9a
3 changed files with 10 additions and 14 deletions
|
@ -425,7 +425,7 @@ function render_content(&$a, $items, $mode, $update, $preview = false) {
|
|||
$locate = array('location' => $item['location'], 'coord' => $item['coord'], 'html' => '');
|
||||
call_hooks('render_location',$locate);
|
||||
|
||||
$location = ((strlen($locate['html'])) ? $locate['html'] : render_location_google($locate));
|
||||
$location = ((strlen($locate['html'])) ? $locate['html'] : render_location_dummy($locate));
|
||||
|
||||
localize_item($item);
|
||||
if($mode === 'network-new')
|
||||
|
@ -799,7 +799,7 @@ function render_content(&$a, $items, $mode, $update, $preview = false) {
|
|||
$locate = array('location' => $item['location'], 'coord' => $item['coord'], 'html' => '');
|
||||
call_hooks('render_location',$locate);
|
||||
|
||||
$location = ((strlen($locate['html'])) ? $locate['html'] : render_location_google($locate));
|
||||
$location = ((strlen($locate['html'])) ? $locate['html'] : render_location_dummy($locate));
|
||||
|
||||
$indent = (($toplevelpost) ? '' : ' comment');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue