From: fabrixxm Date: Mon, 19 Mar 2018 09:20:01 +0000 (+0100) Subject: fix docstring of `get_poke_verbs()` X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6c59b059353eece2f464476981b26972ad310e0;p=friendica.git fix docstring of `get_poke_verbs()` --- diff --git a/include/text.php b/include/text.php index a67527311f..9fae74252b 100644 --- a/include/text.php +++ b/include/text.php @@ -1062,7 +1062,7 @@ function linkify($s) { * Load poke verbs * * @return array index is present tense verb - value is array containing past tense verb, translation of present, translation of past + * value is array containing past tense verb, translation of present, translation of past * @hook poke_verbs pokes array */ function get_poke_verbs() {