Skip to:
Content

bbPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1661 closed defect (bug) (fixed)

Translation problem in widget

Reported by: unsalkorkmaz's profile unsalkorkmaz Owned by:
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.0
Component: Locale - i18n/l10n Keywords:
Cc:

Description

in bbp-core-widgets.php

<?php if ( $show_date == 'on' ) _e( ', ' . bbp_get_topic_last_active_time() . ' ago' ); ?>

I couldnt translate this.. What could be problem?

Attachments (1)

1661.diff (794 bytes) - added by Mamaduka 13 years ago.
Add missing textdomain, also use prinf()

Download all attachments as: .zip

Change History (5)

@Mamaduka
13 years ago

Add missing textdomain, also use prinf()

#1 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 2.0.1

#2 @johnjamesjacoby
13 years ago

  • Milestone changed from 2.0.1 to 2.1

#3 @johnjamesjacoby
13 years ago

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

(In [3619]) Add missing textdomain in topics widget. Fixes #1661. Props Mamaduka.

#4 @johnjamesjacoby
13 years ago

(In [3620]) Add another missing textdomain in topics widget. See #1661.

Note: See TracTickets for help on using tickets.