e107_plugins/comment_menu/comment_menu_shortcodes.php
Reference to undeclared constant \BULLET
(Did you mean $bullet) Open
Open
$bullet = '<img src="'.THEME.'images/'.BULLET.'" alt="" class="icon" />';
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
$COMMENT = $tp->text_truncate($COMMENT, $menu_pref['comment_characters'],'').($this->var['comment_url'] ? " <a href='".$this->var['comment_url']."'>" : "").defset($menu_pref['comment_postfix'], $menu_pref['comment_postfix']).($this->var['comment_url'] ? "</a>" : "");
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
$text = e107::getParser()->text_truncate($this->var['comment_title'], $parm['limit']);
- Exclude checks