Opened 15 years ago
Closed 15 years ago
#887 closed defect (bug) (fixed)
Edit comment is not translated
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
On the comment page, the [edit] button below post is not translated
In bpthemes/bphome/comments.php, line 44:
replace
<?php edit_comment_link('Edit',' [ ',' ]'); ?></p>
by
<?php edit_comment_link( ( 'Edit', 'buddypress' ),' [ ',' ]' ); ?>
Change History (2)
Note: See
TracTickets for help on using
tickets.
Milestone 1.0.4 deleted