#477 closed defect (bug) (fixed)
Friendship Requested - not translated
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | translation | |
Cc: |
Description
There is a problem in several places: phrase "Friendship Requested" cannot be translated, because a mistake is made in code.
See file bp-friends-ajax.php, line 31:
echo '<a href="' . $bp->loggedin_user->domain . $bp->friends->slug . '" class="requested">' . __( 'Friendship Requested', 'buddypres' ) . '</a>';
One "s" is missed in buddypres.
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [1133]) Fixes #477