Changeset 6089 for trunk/src/includes/topics/template.php
- Timestamp:
- 09/05/2016 06:21:41 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r6027 r6089 3088 3088 'link_before' => '', 3089 3089 'link_after' => '', 3090 'reply_text' => esc_html_ _( 'Reply', 'bbpress' ),3090 'reply_text' => esc_html_x( 'Reply', 'verb', 'bbpress' ), 3091 3091 ), 'get_topic_reply_link' ); 3092 3092
Note: See TracChangeset
for help on using the changeset viewer.