#478 closed defect (bug) (fixed)
active ago - not everywhere translated
Reported by: | slaFFik | Owned by: | nbachiyski |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | translation | |
Cc: |
Description
In bp-core-directory-members.php on line 105 is not valid for translation code. Look:
<div class="item-meta"><span class="activity"><?php echo bp_core_get_last_activity( get_usermeta( $user->user_id, 'last_activity' ), __('active %s ago') ) ?></span></div>
I think, after ('active %s ago') should be , "buddypress". Without it it cannot be translated via po-files
Change History (7)
Note: See
TracTickets for help on using
tickets.
(In [1134]) Fixes #478