Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Post umlauts inside [code]

I Have a Solution!

Using like this:

preg_match_all(“/(<code.*>)(w.*)(</code>)/isxmU”,

$post_text_output, $matches))

and str_replace()

inside the post.php of my template will fix the problem for me.

Regards Daniel

Skip to toolbar