Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/29/2016 05:41:54 AM (9 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/replies/template.php

    r6196 r6199  
    5656        'view'               => __( 'View Reply',                'bbpress' ),
    5757        'view_item'          => __( 'View Reply',                'bbpress' ),
     58        'view_items'         => __( 'View Replies',              'bbpress' ),
    5859        'search_items'       => __( 'Search Replies',            'bbpress' ),
    5960        'not_found'          => __( 'No replies found',          'bbpress' ),
Note: See TracChangeset for help on using the changeset viewer.