@@ -91,7 +91,7 @@ |
||
91 | 91 | return $this; |
92 | 92 | } |
93 | 93 | |
94 | - public function getCommentExcerpt(){ |
|
94 | + public function getCommentExcerpt() { |
|
95 | 95 | return implode(' ', array_slice(explode(' ', $this->getComment()), 0, 10))." ..."; |
96 | 96 | } |
97 | 97 |