diff options
-rw-r--r-- | auto_prepend.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index e468ba0..8d0a94e 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -63,8 +63,8 @@ function EDX(...$args) * Return a text in the selected language * Replaces variables of the form {var} with quoted values from argument $values * @param $label Label of text to return - * @param $language Optional value array or language string (will be sent through Q()) - * @param $values Optional value array or language string (will be sent through Q()) + * @param $language Optional value array (will be sent through Q()) or language string + * @param $values Optional value array (will be sent through Q()) or language string * @return Localized text string */ function T($label, $language = null, $values = null) |