mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/develop/11543] Use plurals in develop
PHPBB3-11543
This commit is contained in:
@@ -30,4 +30,9 @@ class phpbb_mock_lang implements ArrayAccess
|
||||
public function offsetUnset($offset)
|
||||
{
|
||||
}
|
||||
|
||||
public function lang()
|
||||
{
|
||||
return implode(' ', func_get_args());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user