Opened 14 years ago
Closed 14 years ago
#2769 closed defect (bug) (wontfix)
BP_Group_Extension loads before translation stuff
Reported by: | dwenaus | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
in wp-groups-classes.php in the function bp_register_group_extension the part that says add_action( 'bp_init'...
should perhaps load on init so that the text domain can load properly first.
Change History (2)
#2
@
14 years ago
- Resolution set to wontfix
- Status changed from new to closed
I would prefer to keep as many BP functions linked to our own internal hooks as possible, as it consolidates the process of bugfixing and updating.
Is there anything wrong with simply loading textdomains in a function outside of the extension class, which can then be hooked to init?
Marking wontfix, but please jump back in and reopen if there are compelling reasons that I am missing.
This will be looked at with the rest of the load order priorities which we need to do to for compatibility with WP 3.1.