custom fields i18n finish

This commit is contained in:
xiaomlove
2021-03-18 02:01:12 +08:00
parent 17c9ed60aa
commit 428ebd85b8
14 changed files with 58 additions and 59 deletions

View File

@@ -131,7 +131,7 @@ else
$time = strftime("%m.%d %H:%M",$arr["date"]);
else $time = get_elapsed_time($arr["date"]).$lang_shoutbox['text_ago'];
print("<tr><td class=\"shoutrow\"><span class='date'>[".$time."]</span> ".
$del ." ". $username." " . format_comment($arr["text"],true,false,true,true,600,true,false)."
$del ." ". $username." " . format_comment($arr["text"],true,false,true,true,600,false,false)."
</td></tr>\n");
}
print("</table>");