Opened 9 years ago
Closed 9 years ago
#7441 closed defect (bug) (fixed)
`_bp_rehook_maybe_redirect_404()` should check if multisite is enabled
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 1.6.1 |
| Component: | Core | Keywords: | has-patch |
| Cc: |
Description
See:
https://buddypress.org/support/topic/anoying-warning-from-call_user_func_array/
If NOBLOGREDIRECT is defined, we attempt to use multisite's maybe_redirect_404() function. This function is only available when multisite is on, so we should probably add an is_multisite() check to safeguard against any potential notices.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Moving this to 2.9 as this is relatively straightforward.