Skip to:
Content

bbPress.org

Changeset 5329


Ignore:
Timestamp:
03/31/2014 09:14:13 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Add separate_items_with_commas string in bbp_get_topic_tag_tax_labels().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/topics/template.php

    r5298 r5329  
    33683368function bbp_get_topic_tag_tax_labels() {
    33693369    return apply_filters( 'bbp_get_topic_tag_tax_labels', array(
    3370         'name'          => __( 'Topic Tags',     'bbpress' ),
    3371         'singular_name' => __( 'Topic Tag',      'bbpress' ),
    3372         'search_items'  => __( 'Search Tags',    'bbpress' ),
    3373         'popular_items' => __( 'Popular Tags',   'bbpress' ),
    3374         'all_items'     => __( 'All Tags',       'bbpress' ),
    3375         'edit_item'     => __( 'Edit Tag',       'bbpress' ),
    3376         'update_item'   => __( 'Update Tag',     'bbpress' ),
    3377         'add_new_item'  => __( 'Add New Tag',    'bbpress' ),
    3378         'new_item_name' => __( 'New Tag Name',   'bbpress' ),
    3379         'view_item'     => __( 'View Topic Tag', 'bbpress' )
     3370        'name'                       => __( 'Topic Tags',                      'bbpress' ),
     3371        'singular_name'              => __( 'Topic Tag',                       'bbpress' ),
     3372        'search_items'               => __( 'Search Tags',                     'bbpress' ),
     3373        'popular_items'              => __( 'Popular Tags',                    'bbpress' ),
     3374        'all_items'                  => __( 'All Tags',                        'bbpress' ),
     3375        'edit_item'                  => __( 'Edit Tag',                        'bbpress' ),
     3376        'update_item'                => __( 'Update Tag',                      'bbpress' ),
     3377        'add_new_item'               => __( 'Add New Tag',                     'bbpress' ),
     3378        'new_item_name'              => __( 'New Tag Name',                    'bbpress' ),
     3379        'view_item'                  => __( 'View Topic Tag',                  'bbpress' ),
     3380        'separate_items_with_commas' => __( 'Separate topic tags with commas', 'bbpress' )
    33803381    ) );
    33813382}
Note: See TracChangeset for help on using the changeset viewer.