Threaded notes
This commit is contained in:
parent
985f16d992
commit
cc6e6e53be
|
@ -129,9 +129,13 @@ function notes_content(&$a,$update = false) {
|
||||||
intval(local_user()),
|
intval(local_user()),
|
||||||
dbesc($parents_str)
|
dbesc($parents_str)
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
$o .= conversation($a,$r,'notes',$update);
|
if(count($r)) {
|
||||||
|
$items = conv_sort($r,"`commented`");
|
||||||
|
|
||||||
|
$o .= conversation($a,$items,'notes',$update, false, true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$o .= paginate($a);
|
$o .= paginate($a);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user