diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-14 02:00:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-14 02:00:40 +0000 |
commit | 38ee1764bfc415504ab17826be5ae990e6245b8b (patch) | |
tree | fd9da53bd9e890b8046d2dc33ad49589a4e5eda6 /doc/plugins | |
parent | 139a8b09f5d0c6ff2efe27ea625ae128834c9899 (diff) |
web commit by JoshTriplett: Use conditional.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/tag.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn index ba8e702f6..2f541e532 100644 --- a/doc/plugins/tag.mdwn +++ b/doc/plugins/tag.mdwn @@ -18,5 +18,7 @@ tags/tech, tags/life, and tags/linux. This is a useful way to avoid having to write the full path to tags, if you want to keep them grouped together out of the way. -If this plugin is enabled, you'll see a note below that this page is tagged -with the "tags" tag. +[[if test="enabled(tag)" then=""" +This wiki has the tag plugin enabled, so you'll see a note below that this +page is tagged with the "tags" tag. +"""]] |