OStatus conversation: now the creation date of the item is store with the conversation
vier: The link color and the color of the top bar is changed.
This commit is contained in:
parent
00888a73bb
commit
8e1d253568
3 changed files with 91 additions and 59 deletions
|
|
@ -232,7 +232,7 @@ class Item extends BaseObject {
|
|||
|
||||
localize_item($item);
|
||||
|
||||
if ($item["postopts"]) {
|
||||
if ($item["postopts"] and !get_config("system", "suppress_language")) {
|
||||
//$langdata = explode(";", $item["postopts"]);
|
||||
//$langstr = substr($langdata[0], 5)." (".round($langdata[1]*100, 1)."%)";
|
||||
$langstr = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue