-
Bug
-
Resolution: Fixed
-
Trivial
-
4.1.5, 4.2.2, 4.3
The function signature const get_string = (key, component, param, lang) implies that the parameters param and lang are required, which leads to a warning at almost every usage: "Invalid number of arguments, expected 4".
This is pretty nit-picky, but also a really easy fix, so here it is