X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FSmilies.php;h=d67b92d8b00f60a4e38ab0664510adb794b336ae;hb=7f1c71c9fd2dbcc8c85c0042602766bc8767f744;hp=9cb2d6f2b5093ba704afa125220d51b8d149b41d;hpb=01b02dbcaa8532f965389375e961d9c47d74eeec;p=friendica.git diff --git a/include/Smilies.php b/include/Smilies.php index 9cb2d6f2b5..d67b92d8b0 100644 --- a/include/Smilies.php +++ b/include/Smilies.php @@ -122,7 +122,7 @@ class Smilies { * @param string $s * @param boolean $sample * - * @return string + * @return string HML Output of the Smilie */ public static function replace($s, $sample = false) { if(intval(get_config('system','no_smilies')) @@ -165,7 +165,9 @@ class Smilies { * @brief expand <3333 to the correct number of hearts * * @param string $x - * @return string + * @return string HTML Output + * + * @todo: Rework because it doesn't work correctly */ private function preg_heart($x) { if(strlen($x[1]) == 1)