mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Minor improvements (#1259)
This commit is contained in:
parent
0791859923
commit
297163953e
3 changed files with 5 additions and 4 deletions
|
@ -315,6 +315,7 @@ function display_attachments($post_id)
|
|||
'FILESIZE' => $filesize,
|
||||
'COMMENT' => $comment,
|
||||
'TARGET_BLANK' => $target_blank,
|
||||
'IS_IMAGE' => (bool)$target_blank,
|
||||
'DOWNLOAD_COUNT' => declension((int)$attachments['_' . $post_id][$i]['download_count'], 'times')
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue