diff options
author | Mario <mario@mariovavti.com> | 2018-10-15 07:59:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-15 09:59:25 +0200 |
commit | eb133ef9a7f208a8a21894c4f2bc32f3377221bb (patch) | |
tree | 32950bfaf29e10c0ac31fc1c9263d858f4a45529 /include/language.php | |
parent | 337e25ad43dd0cbcee2385577c96315557245881 (diff) | |
download | volse-hubzilla-eb133ef9a7f208a8a21894c4f2bc32f3377221bb.tar.gz volse-hubzilla-eb133ef9a7f208a8a21894c4f2bc32f3377221bb.tar.bz2 volse-hubzilla-eb133ef9a7f208a8a21894c4f2bc32f3377221bb.zip |
Merge branch 'patch-16' into 'dev'
JS plurals displaying code cleanup
See merge request hubzilla/core!1338
(cherry picked from commit 721461dd3e8cb6990ace54688ace953374506daf)
b7280a44 JS plurals displaying code cleanup
ab0e2f52 Update language.php
f9c3b807 Update main.js
ce52c27a Update main.js
Diffstat (limited to 'include/language.php')
-rw-r--r-- | include/language.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.php b/include/language.php index 18b942bce..e9d62e434 100644 --- a/include/language.php +++ b/include/language.php @@ -277,7 +277,7 @@ function ta($k){ function tf() { $s = "plural_function_code"; - return (x(App::$strings, $s) ? App::$strings[$s] : "return 0;"); + return (x(App::$strings, $s) ? App::$strings[$s] : "0"); } /** |