Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#429 closed defect (bug) (fixed)

The last activity of the Blog is not translated at Blog List

Reported by: jconti's profile 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

Attachments (1)

bp-blogs-directory-blogs.php (8.6 KB) - added by j.conti 16 years ago.
File Fixed a lines 106 and 177, the line 116 needs to be revised

Download all attachments as: .zip

Change History (3)

@j.conti
16 years ago

File Fixed a lines 106 and 177, the line 116 needs to be revised

#1 @GIGALinux
16 years ago

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

#2 @(none)
15 years ago

  • Milestone Blogs 1.1 deleted

Milestone Blogs 1.1 deleted

Note: See TracTickets for help on using tickets.