e107_core/bbcodes/bb_img.php
Avoid too many return
statements within this method. Open
Open
return defset('CORE_LAN18') . $code_text;
Avoid too many return
statements within this method. Open
Open
return "<img src='" . $code_text . "' {$parmStr} />";
Avoid too many return
statements within this method. Open
Open
return defset('CORE_LAN17');
Avoid too many return
statements within this method. Open
Open
return "<a href='" . $main_name . "' rel='external'><img src='" . $code_text . "' {$parmStr} /></a>";
Avoid too many return
statements within this method. Open
Open
return '';
Argument 2 (options)
is string
but \e_parse::thumbUrl()
takes array
defined at /code/e107_handlers/e_parse_class.php:2531
Open
Open
$code_text = $tp->thumbUrl($code_text, 'w=' . $w . '&h=' . $h);
- Exclude checks