not sure why this is coming up?
function location_map_link_au_mapquest($location = array()) { if (isset($location['street'])) { $get_query .= 'address='. urlencode($location['street']) .'&'; }
This is the line it is directing me to...do I need to put in "Road" as well or something ?
Comments
function
function location_map_link_au_mapquest($location = array()) {if (isset($location['street'])) {
$get_query .= 'address='. urlencode($location['street']) .'&';
}
This is the line it is directing me to...do I need to put in "Road" as well
or something ?