diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2007-01-21 03:08:01 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2007-01-21 03:08:01 +0000 |
commit | 2a1660e8b3b2725f7f56c5047ddba608856af399 (patch) | |
tree | eadcc6a998aa4e6d590a287a10ee647938238ba1 /docs | |
parent | b062298f0b3f85ff018612a915ea46a1d3ac9227 (diff) | |
download | pmwiki.svn-2a1660e8b3b2725f7f56c5047ddba608856af399.tar.bz2 |
Move WikiWord processing into an optional script.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1822 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 71e8e30e..88de7397 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -69,8 +69,8 @@ $WikiTitle = 'PmWiki'; ## have spaces before each sequence of capital letters. # $SpaceWikiWords = 1; # turn on WikiWord spacing -## Set $LinkWikiWords if you want to allow WikiWord links. -# $LinkWikiWords = 1; # enable WikiWord links +## Set $EnableWikiWords if you want to allow WikiWord links. +# $EnableWikiWords = 1; # enable WikiWord links ## If you want only the first occurrence of a WikiWord to be converted ## to a link, set $WikiWordCountMax=1. |