mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/13614] Added phpbb_pcre_utf8_support() dummy for BC
PHPBB3-13614
This commit is contained in:
parent
8b7a42f338
commit
f31483242b
1 changed files with 9 additions and 0 deletions
|
@ -501,3 +501,12 @@ function phpbb_get_plural_form($rule, $number)
|
|||
$language = $phpbb_container->get('language');
|
||||
return $language->get_plural_form($number, $rule);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool Always true
|
||||
* @deprecated 3.2.0-dev
|
||||
*/
|
||||
function phpbb_pcre_utf8_support()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue