Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#5101 closed enhancement (fixed)

Localization of Recently Active Members Widget

Reported by: lenasterg's profile lenasterg Owned by: djpaul's profile djpaul
Milestone: 1.9 Priority: normal
Severity: trivial Version: 1.5
Component: Core Keywords:
Cc:

Description

In /bp-core/bp-core-widgets.php in line 268
replace

'title' => 'Recently Active Members',

with

'title' => __( 'Recently Active Members', 'buddypress' ),

Change History (3)

#1 @lenasterg
11 years ago

  • Severity changed from normal to trivial
  • Version changed from 1.8-beta to 1.8.1

#2 @djpaul
11 years ago

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

In 7356:

Make the Recently Active Members widget's default title translatable.

Fixes #5101, props lenasterg

#3 @DJPaul
11 years ago

  • Milestone changed from Awaiting Review to 1.9
  • Version changed from 1.8.1 to 1.5
Note: See TracTickets for help on using tickets.