diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 27432714..71e8e30e 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -82,6 +82,7 @@ $WikiTitle = 'PmWiki'; ## or limiting specific WikiWords. # $WikiWordCount['PhD'] = 0; # disables 'PhD' # $WikiWordCount['PmWiki'] = 1; # convert only first 'PmWiki' +# $WikiWordCount['WikiWord'] = -1; # ignore $SpaceWikiWord setting ## By default, PmWiki is configured such that only the first occurrence ## of 'PmWiki' in a page is treated as a WikiWord. If you want to |