This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur orig/includes/bbcode.php phpBB3.14/includes/bbcode.php | |
--- orig/includes/bbcode.php 2019-12-06 21:27:48.073460091 -0300 | |
+++ phpBB3.14/includes/bbcode.php 2019-12-06 20:51:26.565100654 -0300 | |
@@ -125,6 +127,406 @@ | |
} | |
$message = preg_replace($preg['search'], $preg['replace'], $message); | |
+ | |
+ // Start Text_effect_pass |