Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#887 closed defect (bug) (fixed)

Edit comment is not translated

Reported by: chouf1's profile 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','&nbsp; [ ',' ]'); ?></p>

by

<?php edit_comment_link( ( 'Edit', 'buddypress' ),'&nbsp; [ ',' ]' ); ?>

Change History (2)

#1 @apeatling
15 years ago

  • Milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

#2 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [1769]) Fixes #887

Note: See TracTickets for help on using tickets.