merge comment threading, provide plugin/theme functions to handle css/js includes

This commit is contained in:
friendica
2012-08-09 16:26:44 -07:00
parent 432595314a
commit 0292d46e5d
21 changed files with 529 additions and 55 deletions

View File

@@ -129,9 +129,13 @@ function notes_content(&$a,$update = false) {
intval(local_user()),
dbesc($parents_str)
);
}
$o .= conversation($a,$r,'notes',$update);
if(count($r)) {
$items = conv_sort($r,"`commented`");
$o .= conversation($a,$items,'notes',$update);
}
}
$o .= paginate($a);