Merge branch 'dev' into perms
This commit is contained in:
commit
7524948a97
@ -687,7 +687,7 @@ function get_tags($s) {
|
|||||||
|
|
||||||
// ignore anything in a code block
|
// ignore anything in a code block
|
||||||
|
|
||||||
$s = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$s);
|
$s = preg_replace('/\[code(.*?)\](.*?)\[\/code\]/sm','',$s);
|
||||||
|
|
||||||
// ignore anything in [style= ]
|
// ignore anything in [style= ]
|
||||||
$s = preg_replace('/\[style=(.*?)\]/sm','',$s);
|
$s = preg_replace('/\[style=(.*?)\]/sm','',$s);
|
||||||
|
Reference in New Issue
Block a user