mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/10777] Split the comment into 2 lines
Split the comment into 2 lines each having less than 79 characters. PHPBB3-10777
This commit is contained in:
@@ -1629,7 +1629,8 @@ else
|
|||||||
$all_marked_read = true;
|
$all_marked_read = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If there are absolutely no more unread posts in this forum and unread posts shown, we can safely show the #unread link
|
// If there are absolutely no more unread posts in this forum
|
||||||
|
// and unread posts shown, we can safely show the #unread link
|
||||||
if ($all_marked_read)
|
if ($all_marked_read)
|
||||||
{
|
{
|
||||||
if ($post_unread)
|
if ($post_unread)
|
||||||
|
Reference in New Issue
Block a user