#6332 closed defect (bug) (no action required)
bp_is_user_profile() fails without /profile/ in the URL
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | |
| Cc: |
Description
bp_is_user_profile() doesn't seem to return true if the URL is http://example.com/members/joe/
The function works as expected if I append profile to the URL. For example: http://example.com/members/joe/profile/
Change History (2)
Note: See
TracTickets for help on using
tickets.
Apologies, getting confused with
bp_is_user()Closing.