mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Tinymce parser now loads up to 3x faster.
This commit is contained in:
@@ -90,7 +90,7 @@ class e_bbcode
|
||||
*
|
||||
* Code uses a crude stack-based syntax analyser to handle nested bbcodes (including nested 'size' bbcodes, for example)
|
||||
*/
|
||||
function parseBBCodes($value, $p_ID, $force_lower = 'default', $bbStrip = FALSE)
|
||||
function parseBBCodes($value, $p_ID='', $force_lower = 'default', $bbStrip = FALSE)
|
||||
{
|
||||
global $postID;
|
||||
$postID = $p_ID;
|
||||
|
Reference in New Issue
Block a user