예제 #1
0
 /**
  * Formatted the activity content before delivery
  *
  * @param string $text
  */
 public static function formatOutput($text)
 {
     $text = HHtml::translateUserMentioning($text, false);
     return $text;
 }