On 01/12/2017 12:26, Petko Yotov wrote:
If you cannot immediately upgrade, the following code in config.php should work just as well:Markup('`wikiword', '<wikilink', "/`(($GroupPattern([\\/.]))?($WikiWordPattern))/", "MarkupNoWikiWord"); function MarkupNoWikiWord($m) { return Keep($m[1]); }
As there is a function named "MarkupNoWikiWord" in PmWiki 2.2.106, you should either use a different function name, say "MyMarkypNoWikiWord", or remove the above code once you installed 2.2.106 or newer.
Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
