Aaron Cooper e372e52e93
FIX Mitigate continue; warning when run on PHP 7.3+ (fixes #9826)
PHP 7.3+ issues a warning when continue; is used inside a switch statement, as it has the same behaviour as break; HTMLBBCodeParser.php had such a continue; statement that is intended to skip to the the next record of the foreach that the switch sits inside. continue 2; needs to be used here.
2021-01-19 15:05:28 +13:00
..
2007-10-02 03:21:38 +00:00
2018-04-18 13:14:46 +01:00
2018-01-30 16:50:32 +00:00
2018-01-30 16:50:32 +00:00