mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Update viewtopic.php
This commit is contained in:
parent
911f8a5fb7
commit
b455c4a93e
1 changed files with 2 additions and 1 deletions
|
@ -1903,7 +1903,8 @@ for ($i = 0, $end = count($post_list); $i < $end; ++$i)
|
||||||
// It is safe to grab the username from the user cache array, we are at the last
|
// It is safe to grab the username from the user cache array, we are at the last
|
||||||
// post and only the topic poster and last poster are allowed to bump.
|
// post and only the topic poster and last poster are allowed to bump.
|
||||||
// Admins and mods are bound to the above rules too...
|
// Admins and mods are bound to the above rules too...
|
||||||
$l_bumped_by = sprintf($user->lang['BUMPED_BY'], $user_cache[$topic_data['topic_bumper']]['username'], $user->format_date($topic_data['topic_last_post_time'], false, true));
|
$display_username = get_username_string('full', $topic_data['topic_bumper'], $user_cache[$topic_data['topic_bumper']]['username'], $user_cache[$topic_data['topic_bumper']]['user_colour']);
|
||||||
|
$l_bumped_by = sprintf($user->lang['BUMPED_BY'], $display_username, $user->format_date($topic_data['topic_last_post_time'], false, true));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue