if($rawcreated)
$res['created'] = unxmlify($rawcreated[0]['data']);
- $rawlocation = $item->get_item_tags('http://activitystrea.ms/spec/1.0/', 'place');
+ $rawlocation = $item->get_item_tags(NAMESPACE_DFRN, 'location');
if($rawlocation)
$res['location'] = unxmlify($rawlocation[0]['data']);
<published>$published</published>
<updated>$updated</updated>
<content>$content</content>
- <as:place>$location</as:place>
+ <dfrn:location>$location</dfrn:location>
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
</entry>