Topic: group_info title and num_members not working
Admin -> groups.php line 624
<h2 class="hn"><span><?php printf($lang_admin_groups['Remove group head'], forum_htmlencode($group_info['title']), $group_info['num_members']) ?></span></h2>
.
forum_htmlencode($group_info['title']), $group_info['num_members']) ?>
This part is not working i guess.
I translate PunBB English to Turkish. In "Lang" folder -> admin_groups.php line 50
'Remove group head' => 'Remove "%s" group which contains %s members',
.
in this line "%s" tags not working. Can't see group title and including members. How can fix it?