From: Mike Macgirvin Date: Fri, 22 Oct 2010 01:07:22 +0000 (-0700) Subject: aid salmon discovery for feed scrapers that look for the old-style rel type. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8d59ff3c067efe3b373e3bb5e6c1dc2ca14e2d75;p=friendica.git aid salmon discovery for feed scrapers that look for the old-style rel type. --- diff --git a/include/items.php b/include/items.php index eca050d4fe..b4c2da0ca8 100644 --- a/include/items.php +++ b/include/items.php @@ -139,7 +139,9 @@ function get_feed_for(&$a, $dfrn_id, $owner_id, $last_update, $direction = 0) { } $salmon = '' . "\n" ; -// $salmon = ''; // remove this line when salmon handler is finished + $salmon .= '' . "\n" ; + $salmon .= '' . "\n" ; + $atom .= replace_macros($feed_template, array( '$feed_id' => xmlify($a->get_baseurl() . '/profile/' . $owner_nick),