diff options
author | Urban Müller | 2019-02-05 15:07:31 +0100 |
---|---|---|
committer | Urban Müller | 2019-02-05 15:07:31 +0100 |
commit | aafd95fc673f850503fdbe342ce17cdbd24d5c49 (patch) | |
tree | 94417a3638372dd5f9012bd661ec39ede269f7d0 /auto_prepend.php | |
parent | 641b473a08af61ee57cc56724cf794158a116471 (diff) | |
download | itools-aafd95fc673f850503fdbe342ce17cdbd24d5c49.tar.gz itools-aafd95fc673f850503fdbe342ce17cdbd24d5c49.tar.bz2 itools-aafd95fc673f850503fdbe342ce17cdbd24d5c49.zip |
return $label instead of true if label exists
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index 4115f83..0aa70ef 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -142,7 +142,7 @@ function T_languages() /** * Check if a text entry for a specific label exists * @param $label Label to check - * @return true if text exists in actual (or supplied) language, false otherwise. + * @return label name if text exists in current (or supplied) language, false otherwise. */ function T_exists($label, $language = null) { |