From 728fb43d1830fb0c64873df2d5b67a1776bf2d4c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:51 -0400 Subject: [PATCH] spelling: usually Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/templates/wall_thread.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index d6e44576d..8ce542971 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -4,7 +4,7 @@ It would be better if it would be done in friendica core but since core lacks th it is done in the theme In short: the piece of code counts the total number of children of the toplevelpost -- this are usaly all posts with thread_level = 2 - and stores it in variable $top_children_total. +- this are usually all posts with thread_level = 2 - and stores it in variable $top_children_total. The first time a children which hits thread_level = 2 and $top_child = 1 opens the div. Everytime when a children with top_level = 2 comes up $top_child_nr rises with 1.