mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Threaded items in every page concerned. Some code cleanup.
This commit is contained in:
parent
cc6e6e53be
commit
ea7db7b7a8
6 changed files with 18 additions and 386 deletions
|
@ -115,7 +115,7 @@ function display_content(&$a) {
|
|||
|
||||
$items = conv_sort($r,"`commented`");
|
||||
|
||||
$o .= conversation($a,$items,'display', false, false, true);
|
||||
$o .= conversation($a,$items,'display', false);
|
||||
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue