Example #1
0
 public function optionTextRaw()
 {
     return bbcode_for_editor($this->poll_option_text, $this->post->bbcode_uid);
 }
Example #2
0
File: Post.php Project: ppy/osu-web
 public function getBodyRawAttribute()
 {
     return bbcode_for_editor($this->post_text, $this->bbcode_uid);
 }