#429 closed defect (bug) (fixed)
The last activity of the Blog is not translated at Blog List
Reported by: | j.conti | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | 2.0 | |
Component: | Keywords: | ||
Cc: |
Description
Missing 'buddypress' at
Line 106:
<?php echo bp_core_get_last_activity( bp_blogs_get_blogmeta( $blog->blog_id, 'last_activity' ), ('active %s ago') ) ?>
and Line 177:
<?php echo bp_core_get_last_activity( bp_blogs_get_blogmeta( $blog->blog_id, 'last_activity' ), ('active %s ago') ) ?>
At the attached file, this is fixed, but there is another problem at Line 116:
_e( sprintf( 'Latest Post: %s', '<a href="' . bp_post_get_permalink( $post[0], $blog->blog_id ) . '">' . apply_filters( 'the_title', $post[0]->post_title ) . '</a>' ), 'buddypress' );
}
?>
That line, is not translated
File Fixed a lines 106 and 177, the line 116 needs to be revised