Lists and tweet search moved

This commit is contained in:
Michael
2021-11-25 11:16:47 +00:00
parent d696c8d101
commit 9c61bd3ffc
6 changed files with 225 additions and 184 deletions
+1 -1
View File
@@ -1432,7 +1432,7 @@ function photos_content(App $a)
];
$title_e = $item['title'];
$body_e = BBCode::convert($item['body']);
$body_e = BBCode::convertForUriId($item['uri-id'], $item['body']);
$comments .= Renderer::replaceMacros($template,[
'$id' => $item['id'],