Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/20/2012 10:53:38 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Topic Tags:

  • First pass to allow topic tags to be globally disabled.
  • Handles toggling the UI in template parts and admin area.
  • Props jaredatch.
  • Fixes #1806.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r4078 r4098  
    773773                'hierarchical'          => false,
    774774                'public'                => true,
    775                 'show_ui'               => bbp_current_user_can_see( bbp_get_topic_tag_tax_id() )
     775                'show_ui'               => bbp_allow_topic_tags() && bbp_current_user_can_see( bbp_get_topic_tag_tax_id() )
    776776            )
    777777        ) );
Note: See TracChangeset for help on using the changeset viewer.