// Deal with the case that quote was the only content of the post if (trim($page_text) == '') { $page_text = $this->get_field('pagetext'); $strip_quotes = false; }