1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

toHTML modifiers extracted to new method.

This commit is contained in:
Cameron
2021-01-15 10:59:52 -08:00
parent 13517e83a8
commit 497e7279b6
3 changed files with 154 additions and 98 deletions

View File

@@ -89,8 +89,8 @@
'block' =>
array (
),
'code' =>
array (
'code' => array (
),
'glyph' =>
array (
@@ -217,6 +217,7 @@
{
$input = '['.$bbcode.']http://mysite.com[/'.$bbcode.']';
$result = $this->bb->parseBBCodes($input, true); // parsing to check for PHP errors.
// $this->assertNotEmpty($result, $input." was empty.");
continue;
}