<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -596,12 +596,7 @@
 
             $title = _f(&quot;Comments on &amp;#8220;%s&amp;#8221;&quot;, array(fix($title)), &quot;comments&quot;);
 
-            $ids = array_reverse($post-&gt;comments-&gt;array[0]);
-
-            $comments = array();
-            for ($i = 0; $i &lt; 20; $i++)
-                if (isset($ids[$i]))
-                    $comments[] = new Comment(null, array(&quot;read_from&quot; =&gt; $ids[$i]));
+            $comments = $post-&gt;comments;
 
             require &quot;pages/comments_feed.php&quot;;
         }</diff>
      <filename>modules/comments/comments.php</filename>
    </modified>
    <modified>
      <diff>@@ -72,7 +72,7 @@
                         $paragraph = preg_replace(&quot;/(\s|^)#([^ .,]+)(?!#)/&quot;, &quot;\\1\\2&quot;, $paragraph);
                     }
 
-                $value = str_replace(&quot;\\#&quot;, &quot;#&quot;, implode($mode, $paragraphs));
+                $value = str_replace(&quot;\\#&quot;, &quot;#&quot;, implode($rejoin, $paragraphs));
             }
 
             $_POST['tags'] = implode(&quot;, &quot;, $tags);</diff>
      <filename>modules/tags/tags.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>be6af1669a2ee60d574010a189872d19bd02cfdc</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/86afc2878f6cc1596788c51f7bd389e596b2bb0a</url>
  <id>86afc2878f6cc1596788c51f7bd389e596b2bb0a</id>
  <committed-date>2008-11-09T18:00:36-08:00</committed-date>
  <authored-date>2008-11-09T18:00:03-08:00</authored-date>
  <message>* Fixed Tagginator + Bookmarklet.
* Fixed viewing a post's comments feed.</message>
  <tree>5826f9ea7ac8d949b5c4a96208149d16a5e30e4b</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
