Changeset 7115 for branches/0.9/bb-includes/kses.php
- Timestamp:
- 08/10/2020 07:44:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/kses.php
r6162 r7115 461 461 $allowed = false; 462 462 foreach ($allowed_protocols as $one_protocol) 463 { 463 464 if (strtolower($one_protocol) == $string2) 464 465 { … … 466 467 break; 467 468 } 469 } 468 470 469 471 if ($allowed)
Note: See TracChangeset
for help on using the changeset viewer.