Skip to:
Content

bbPress.org

Opened 13 years ago

Closed 13 years ago

#2217 closed defect (bug) (fixed)

bbp_login_notices() Loaded Very Early !

Reported by: alex-ye's profile alex-ye Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.2.3
Component: General Keywords: has-patch
Cc: nashwan.doaqan@…

Description

In current version of bbPress , bbp_login_notices() loaded in bbp_loaded hook .. this is very early ! ... The strings in bbp_login_notices() cannot be translated since bbp_load_textdomain() function loaded in bbp_init hook .

Attachments (1)

core-actions.patch (754 bytes) - added by alex-ye 13 years ago.
Load bbp_login_notices() on wp_head instead of bbp_loaded

Download all attachments as: .zip

Change History (4)

@alex-ye
13 years ago

Load bbp_login_notices() on wp_head instead of bbp_loaded

#1 @alex-ye
13 years ago

  • Cc nashwan.doaqan@… added

#2 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 2.3

Confirmed.

#3 @johnjamesjacoby
13 years ago

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

(In [4772]) Load bbp_login_notices() on 'bbp_head' so text is properly translated. Props alex-ye. Fixes #2217.

Note: See TracTickets for help on using tickets.