diff options
author | Rahul R <rahulr92@gmail.com> | 2012-04-11 06:10:45 +0530 |
---|---|---|
committer | Rahul R <rahulr92@gmail.com> | 2012-04-13 18:34:28 +0530 |
commit | f8a5a16d0b8ed23653e1ce261c569fafe0bd6365 (patch) | |
tree | 94158b3da9b63a4a49dc7ad2ee9d0207bc82ac00 /phpBB/viewtopic.php | |
parent | 779b16041cf270f1fd0873e6490ce5f5cc11d5e4 (diff) | |
download | forums-f8a5a16d0b8ed23653e1ce261c569fafe0bd6365.tar forums-f8a5a16d0b8ed23653e1ce261c569fafe0bd6365.tar.gz forums-f8a5a16d0b8ed23653e1ce261c569fafe0bd6365.tar.bz2 forums-f8a5a16d0b8ed23653e1ce261c569fafe0bd6365.tar.xz forums-f8a5a16d0b8ed23653e1ce261c569fafe0bd6365.zip |
[ticket/10777] Split the comment into 2 lines
Split the comment into 2 lines each having
less than 79 characters.
PHPBB3-10777
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index df6ccc5905..1f167ed722 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1629,7 +1629,8 @@ else $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 ($post_unread) |