1
0
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:
Cameron
2015-04-11 20:40:29 -07:00
parent 71500fc723
commit f5a5a64e98
3 changed files with 215 additions and 160 deletions

View File

@@ -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;