summaryrefslogtreecommitdiff
path: root/it_text.class
diff options
context:
space:
mode:
authorChristian A. Weber2018-06-19 18:53:09 +0200
committerChristian A. Weber2018-06-19 18:53:09 +0200
commit4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c (patch)
tree8b6c0373eb4be682d299eea7ce944043495e0227 /it_text.class
parent82ff67d50a245c09f9c7c49b2c50f17b7dc06679 (diff)
downloaditools-4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c.tar.gz
itools-4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c.tar.bz2
itools-4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c.zip
remove bogus function that nobody uses, fix comment of transmogrify()
Diffstat (limited to 'it_text.class')
-rw-r--r--it_text.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_text.class b/it_text.class
index 4481434..a8782ce 100644
--- a/it_text.class
+++ b/it_text.class
@@ -228,7 +228,7 @@ function set($label, $text = null, $language = null)
/**
- * Replaces variables of the form {obj.var} with value from $values, e.g. {user.name}, or result of a func, e.g. {LU:foo.html}
+ * Replaces variables of the form {obj.var} with value from $values, e.g. {user.name}, or result of a func, e.g. {LU(//www/terms)}
* NOTE: Invalid object names or non-existing variables are simply deleted.
*/
function transmogrify($text, $values = null, $label = null, $allowedfuncs = null)