Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

#2219 closed defect (bug) (fixed)

bbPress User Roles Names Not Translated Everywhere

Reported by: alex-ye's profile alex-ye Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.2.3
Component: Locale - i18n/l10n Keywords: needs-patch
Cc: nashwan.doaqan@…

Description

I have found another translation bug in bbPress , as you can see bbp_add_forums_roles() loaded very early in bbp_setup_theme action , this makes bbPress roles names not translated everywhere like the users admin page wp-admin/users.php ...

I am not really sure how to fix this , but my opinion is to load bbp_load_textdomain() more earlier , maybe in bbp_loaded hook .

Change History (3)

#1 @alex-ye
12 years ago

  • Cc nashwan.doaqan@… added

#2 @johnjamesjacoby
12 years ago

  • Milestone changed from Awaiting Review to 2.3

#3 @johnjamesjacoby
12 years ago

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

(In [4773]) Move bbp_add_forums_roles() to 'bbp_after_setup_theme' action. Fixes issues with role names not being translated in some areas. Fixes #2219.

Note: See TracTickets for help on using tickets.