e107_core/bbcodes/bb_youtube.php
Variable $matches
is undeclared Open
Open
return '[sanitised]'.$ok.'B'.htmlspecialchars($matches[0]).'B[/sanitised]';
- Exclude checks
Variable $bb_params
was undeclared, but array fields are being added to it. Open
Open
$bb_params[] = 'privacy';
- Exclude checks
Variable $matches
is undeclared Open
Open
if (($ws == 0) || ($hs == 0) || !isset($target['src'])) return '[sanitised]A'.htmlspecialchars($matches[0]).'A[/sanitised]';
- Exclude checks