mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12459] Fix: Soft deleted topics should appear in feeds
As for the posts, a soft deleted topic should appear (with a corresponding message) in topic's based feeds. PHPBB3-12459
This commit is contained in:
committed by
Tristan Darricau
parent
68293450f9
commit
9dc4e5a61f
@@ -740,6 +740,7 @@ $lang = array_merge($lang, array(
|
||||
'TOPIC_REVIEW' => 'Topic review',
|
||||
'TOPIC_TITLE' => 'Topic title',
|
||||
'TOPIC_UNAPPROVED' => 'This topic has not been approved',
|
||||
'TOPIC_DELETED' => 'Deleted topic:',
|
||||
'TOTAL_ATTACHMENTS' => 'Attachment(s)',
|
||||
'TOTAL_LOGS' => array(
|
||||
1 => '%d log',
|
||||
|
Reference in New Issue
Block a user