コード例 #1
0
ファイル: comment.theme.php プロジェクト: JarJak/shimmie2
 /**
  * @param Comment $comment
  * @param bool $trim
  * @return string
  */
 protected function comment_to_html($comment, $trim = false)
 {
     return $this->rr(parent::comment_to_html($comment, $trim));
 }