Ignore:
Timestamp:
Jan 14, 2012, 11:29:10 PM (12 years ago)
Author:
mistic100
Message:

feature:2549 Allow to disable comments for everybody

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_options.php

    r8728 r12887  
    143143$tabsheet->add('status', l10n('Public / Private'), $opt_link.'status');
    144144$tabsheet->add('visible', l10n('Lock'), $opt_link.'visible');
    145 $tabsheet->add('comments', l10n('Comments'), $opt_link.'comments');
     145if ($conf['activate_comments'])
     146{
     147  $tabsheet->add('comments', l10n('Comments'), $opt_link.'comments');
     148}
    146149if ($conf['allow_random_representative'])
    147150{
Note: See TracChangeset for help on using the changeset viewer.