Skip to:
Content

bbPress.org

Changeset 4099


Ignore:
Timestamp:
07/20/2012 11:02:38 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Topic Tags:

  • Use correct setting key in settings field registration array.
  • See #1806.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-settings.php

    r4098 r4099  
    118118
    119119            // Allow topic tags
    120             '_bbp_enable_tags' => array(
    121                 'title'             => __( 'Allow Topic-Tags', 'bbpress' ),
     120            '_bbp_allow_topic_tags' => array(
     121                'title'             => __( 'Allow Topic Tags', 'bbpress' ),
    122122                'callback'          => 'bbp_admin_setting_callback_topic_tags',
    123123                'sanitize_callback' => 'intval',
Note: See TracChangeset for help on using the changeset viewer.