On Tue, Nov 13, 2007 at 09:13:03AM -0600, Ben Stallings wrote:
> 
> You have three options:
> 1) disable WikiWords in your config.php like so:
>    $LinkWikiWords = 0;

Starting with PmWiki 2.2 the better way to do this is

    $EnableWikiWords = 0;

This is also the default setting.  The setting of $LinkWikiWords = 0;
will also work, but $EnableWikiWords is more consistent with
other configuration settings.  It's also possible that some people 
will want WikiWord processing but not have them be automatically linked.

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to