1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11959] Move phpbb_generate_string_list() to functions_content.php.

PHPBB3-11959
This commit is contained in:
Cesar G
2014-03-29 09:29:47 -07:00
parent 2a822931c6
commit b893dae105
4 changed files with 33 additions and 38 deletions

View File

@@ -211,11 +211,6 @@ class post extends \phpbb\notification\type\base
$usernames[] = $this->user->lang('NOTIFICATION_X_OTHERS', $trimmed_responders_cnt);
}
if (!function_exists('phpbb_generate_string_list'))
{
include($this->phpbb_root_path . 'includes/functions_display.' . $this->php_ext);
}
return $this->user->lang(
$this->language_key,
phpbb_generate_string_list($usernames, $this->user),