Searched refs:remove_trailing_linefeeds (Results 1 – 6 of 6) sorted by relevance
17 $raw_content = $this->remove_trailing_linefeeds($raw_content);
20 $text = $this->remove_trailing_linefeeds($text);
21 $text = $this->remove_trailing_linefeeds($text);
17 $text = $this->remove_trailing_linefeeds($text);
1045 function remove_trailing_linefeeds($content) { function in InlineContentBuilder