From: Sarven Capadisli Date: Thu, 2 Jul 2009 15:38:25 +0000 (+0000) Subject: Changed sioc:reply_to to sioc:reply_of X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35a5934503542d585447e3eef3bebc38af8c1931;p=quix0rs-gnu-social.git Changed sioc:reply_to to sioc:reply_of --- diff --git a/lib/rssaction.php b/lib/rssaction.php index 6f6c9a8cb0..0c8188e880 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -214,7 +214,7 @@ class Rss10Action extends Action $this->element('cc:licence', array('rdf:resource' => common_config('license', 'url'))); if ($notice->reply_to) { $replyurl = common_local_url('shownotice', array('notice' => $notice->reply_to)); - $this->element('sioc:reply_to', array('rdf:resource' => $replyurl)); + $this->element('sioc:reply_of', array('rdf:resource' => $replyurl)); } $this->elementEnd('item'); $this->creators[$creator_uri] = $profile;