Searched refs:inc_level (Results 1 – 1 of 1) sorted by relevance
/plugin/blogtng/helper/ |
H A D | entry.php | 460 * @param bool $inc_level - FIXME --> this attribute is always set to false 465 $htmlcontent = $this->get_entrycontent($readmore, $inc_level, $skipheader); 827 public function get_entrycontent($readmore='syntax', $inc_level=true, $skipheader=false) { argument 851 $this->_convert_instructions($ins, $inc_level, $readmore, $skipheader); 977 * @param bool $inc_level 982 private function _convert_instructions(&$ins, $inc_level, $readmore, $skipheader) { argument 1035 if ($inc_level) { 1053 if ($inc_level) $level = $level + 1; 1075 $this->_read_more($ins, $i, $open_wraps, $inc_level); 1121 private function _read_more(&$ins, $i, $open_wraps, $inc_level) { argument [all …]
|