Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#883 closed defect (bug) (fixed)

Translation failure in bp-core_widgets.php

Reported by: chouf1's profile chouf1 Owned by:
Milestone: 1.1 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

After fix #856 in
/branches/1.0/bp-core/bp-core-widgets.php

Line 211 replace

parent::WP_Widget( false, $name = ( 'Recently Active Member Avatars' ) );

by

parent::WP_Widget( false, $name = ( 'Recently Active Member Avatars','buddypress' ) );

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

Fixed in trunk.

Note: See TracTickets for help on using tickets.