Opened 12 years ago
Closed 12 years ago
#4587 closed enhancement (fixed)
Include passed in username in bp_core_get_userid filter
Reported by: | borkweb | Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | 1.2 |
Component: | Members | Keywords: | has-patch |
Cc: |
Description
I'm working on a plugin that allows for non-public profile pages that use IDs rather than user_login names. As such, I am in need of the original value passed in to bp_core_get_userid when executing the bp_core_get_userid filter.
The fix is simply the adding of a parameter in the filter! Patch is attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [6476]) Add username parameter to bp_core_get_userid filter. Fixes #4587, props borkweb