e107inc/e107

View on GitHub
e107_plugins/comment_menu/comment_menu_shortcodes.php

Summary

Maintainability
A
0 mins
Test Coverage
B
88%

Reference to undeclared constant \BULLET (Did you mean $bullet)
Open

            $bullet = '<img src="'.THEME.'images/'.BULLET.'" alt="" class="icon" />';

Call to deprecated function \e_parse::text_truncate() defined at /code/e107_handlers/e_parse_class.php:1286
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>" : "");

Call to deprecated function \e_parse::text_truncate() defined at /code/e107_handlers/e_parse_class.php:1286
Open

            $text = e107::getParser()->text_truncate($this->var['comment_title'], $parm['limit']);

There are no issues that match your filters.

Category
Status