summaryrefslogtreecommitdiff
path: root/auto_prepend.php
diff options
context:
space:
mode:
authorUrban Müller2022-12-23 14:05:18 +0100
committerUrban Müller2022-12-23 14:05:18 +0100
commit78e3077d55fd6c7322f6c542dda328c0a19b7693 (patch)
tree87ca965db1c7b77e324d8c2855d16c3391acfdf8 /auto_prepend.php
parent0385b8f832b3e1852c5b7846c4e1f4dada010c16 (diff)
downloaditools-78e3077d55fd6c7322f6c542dda328c0a19b7693.tar.gz
itools-78e3077d55fd6c7322f6c542dda328c0a19b7693.tar.bz2
itools-78e3077d55fd6c7322f6c542dda328c0a19b7693.zip
fix docs
Diffstat (limited to 'auto_prepend.php')
-rw-r--r--auto_prepend.php4
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)