e107_core/shortcodes/single/custom.php
Avoid too many return
statements within this method. Open
Open
return $tp->parseTemplate('{WMESSAGE}');
Avoid too many return
statements within this method. Open
Open
return '';
Avoid too many return
statements within this method. Open
Open
return $text;
Reference to undeclared constant \LOGINC_SEP
Open
Open
$sep = (defined('LOGINC_SEP')) ? LOGINC_SEP : "<span class='loginc sep'>.:.</span>";
- Exclude checks