Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/29/2016 05:41:54 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Strings: Add view_items text for forums, topics, replies, and topic-tags.

This adds support for a label that is new to WordPress 4.7.

File:
1 edited

Legend:

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

    r6185 r6199  
    5656                'view'               => __( 'View Topic',               'bbpress' ),
    5757                'view_item'          => __( 'View Topic',               'bbpress' ),
     58                'view_items'         => __( 'View Topics',              'bbpress' ),
    5859                'search_items'       => __( 'Search Topics',            'bbpress' ),
    5960                'not_found'          => __( 'No topics found',          'bbpress' ),
     
    35573558                'new_item_name'              => __( 'New Tag Name',                    'bbpress' ),
    35583559                'view_item'                  => __( 'View Topic Tag',                  'bbpress' ),
     3560                'view_items'                 => __( 'View Topic Tags',                 'bbpress' ),
    35593561                'separate_items_with_commas' => __( 'Separate topic tags with commas', 'bbpress' )
    35603562        ) );
Note: See TracChangeset for help on using the changeset viewer.