]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ConversationTree/lib/conversationtree.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / ConversationTree / lib / conversationtree.php
index 05282abcc4473b8ac7789091f94d3226a93dea55..ff39b3e4f4487ad97ecc2a5bc018f62f4e0017bd 100644 (file)
@@ -110,7 +110,7 @@ class ConversationTree extends NoticeList
     {
         $notice = $this->table[$id];
 
-        $this->out->elementStart('li', array('class' => 'hentry notice',
+        $this->out->elementStart('li', array('class' => 'h-entry notice',
                                              'id' => 'notice-' . $id));
 
         $item = $this->newListItem($notice);
@@ -140,7 +140,7 @@ class ConversationTree extends NoticeList
      *
      * @return NoticeListItem a list item to show
      */
-    function newListItem($notice)
+    function newListItem(Notice $notice)
     {
         return new ConversationTreeItem($notice, $this->out);
     }