From 78e3077d55fd6c7322f6c542dda328c0a19b7693 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 23 Dec 2022 14:05:18 +0100 Subject: fix docs --- auto_prepend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto_prepend.php') 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) -- cgit v1.2.3