Game Haxe
Experimenting with Web Game Development
-
WordPress markdown.php Unknown modifier ‘|’
Posted on February 4th, 2009 4 commentsSo all of a sudden, all the posts started showing preg_replace_callback() [function.preg-replace-callback]: Unknown modifier ‘|’ in …/wp-content/plugins/text-control/markdown.php. I presume this was because my provider changed php versions. There are 2 possible fixes:
- Disable your markdown plugin
- Fix the markdown.php file, if you can edit it. This problem was a couple of lines above the one reported, one of the opening braces (“{“) had a back-slash quote where it should not have. ie, it was …(?:[ ]\{$md_tab_width}… but shold just be …(?:[ ]{$md_tab_width}…
4 Responses to “WordPress markdown.php Unknown modifier ‘|’”
-
Thanks for the bug fix.
-
Thanks. That worked for me.
-
Thank you very much. It works and resolve my problem.
-
Cheers, mate, I’m another one it worked for. You should try to submit the fix formally. It doesn’t seem to be reported, as far as I can tell, even though the bug turns up in loads of blogs.
Leave a Reply

