Changeset 6089 for trunk/src/includes/replies/template.php
- Timestamp:
- 09/05/2016 06:21:41 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r5951 r6089 47 47 'name' => __( 'Replies', 'bbpress' ), 48 48 'menu_name' => __( 'Replies', 'bbpress' ), 49 'singular_name' => _ _( 'Reply','bbpress' ),49 'singular_name' => _x( 'Reply', 'noun', 'bbpress' ), 50 50 'all_items' => __( 'All Replies', 'bbpress' ), 51 51 'add_new' => __( 'New Reply', 'bbpress' ), … … 1676 1676 'link_before' => '', 1677 1677 'link_after' => '', 1678 'reply_text' => _ _( 'Reply', 'bbpress' ),1678 'reply_text' => _x( 'Reply', 'verb', 'bbpress' ), 1679 1679 'depth' => 0, 1680 1680 'add_below' => 'post',
Note: See TracChangeset
for help on using the changeset viewer.