]> git.mxchange.org Git - friendica.git/commitdiff
fix docstring of `get_poke_verbs()`
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 19 Mar 2018 09:20:01 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Mar 2018 09:20:01 +0000 (10:20 +0100)
include/text.php

index a67527311ff73ef4624c12d915ad22299df330cd..9fae74252bd0f0b1c22762e291a64f5413b887da 100644 (file)
@@ -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() {