Changeset 6199
- Timestamp:
- 12/29/2016 05:41:54 AM (9 years ago)
- Location:
- trunk/src/includes
- Files:
-
- 3 edited
-
forums/template.php (modified) (1 diff)
-
replies/template.php (modified) (1 diff)
-
topics/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/template.php
r6185 r6199 57 57 'view' => __( 'View Forum', 'bbpress' ), 58 58 'view_item' => __( 'View Forum', 'bbpress' ), 59 'view_items' => __( 'View Forums', 'bbpress' ), 59 60 'search_items' => __( 'Search Forums', 'bbpress' ), 60 61 'not_found' => __( 'No forums found', 'bbpress' ), -
trunk/src/includes/replies/template.php
r6196 r6199 56 56 'view' => __( 'View Reply', 'bbpress' ), 57 57 'view_item' => __( 'View Reply', 'bbpress' ), 58 'view_items' => __( 'View Replies', 'bbpress' ), 58 59 'search_items' => __( 'Search Replies', 'bbpress' ), 59 60 'not_found' => __( 'No replies found', 'bbpress' ), -
trunk/src/includes/topics/template.php
r6185 r6199 56 56 'view' => __( 'View Topic', 'bbpress' ), 57 57 'view_item' => __( 'View Topic', 'bbpress' ), 58 'view_items' => __( 'View Topics', 'bbpress' ), 58 59 'search_items' => __( 'Search Topics', 'bbpress' ), 59 60 'not_found' => __( 'No topics found', 'bbpress' ), … … 3557 3558 'new_item_name' => __( 'New Tag Name', 'bbpress' ), 3558 3559 'view_item' => __( 'View Topic Tag', 'bbpress' ), 3560 'view_items' => __( 'View Topic Tags', 'bbpress' ), 3559 3561 'separate_items_with_commas' => __( 'Separate topic tags with commas', 'bbpress' ) 3560 3562 ) );
Note: See TracChangeset
for help on using the changeset viewer.