diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-03-29 13:06:44 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-03-29 13:06:44 -0700 |
commit | 7d66ab2e949bc915f108737f08cac2f9057ef729 (patch) | |
tree | 682970fdbb6d8eb1116695ad49cdfb62abd5e74f /modules/comment/module.info | |
parent | 60286bfba3939974088dcdc8935525f571eaa0eb (diff) |
Improve comment RSS feed visibility, initially added by Thomas E. Horner in
fc942aacda07346fa9af04853659eaeac1e766d3.
Change some variable names, refactor out visibility checking code, actually
check visibility at generation time instead of just suppressing the UI,
update module.info
Fixes #1829.
Diffstat (limited to 'modules/comment/module.info')
-rw-r--r-- | modules/comment/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/module.info b/modules/comment/module.info index 4e7df6f1..ecbf8885 100644 --- a/modules/comment/module.info +++ b/modules/comment/module.info @@ -1,6 +1,6 @@ name = "Comments" description = "Allows users and guests to leave comments on photos and albums." -version = 4 +version = 5 author_name = "Gallery Team" author_url = "http://codex.gallery2.org/Gallery:Team" info_url = "http://codex.gallery2.org/Gallery3:Modules:comment" |