Opened 10 months ago
Closed 10 months ago
#7896 closed defect (bug) (fixed)
Profile redirects for GitHub usernames are not working
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Profiles | Keywords: | |
| Cc: |
Description
Example: https://profiles.wordpress.org/github/dd32 should redirect to https://profiles.wordpress.org/dd32 but currently returns a 404.
Note: See
TracTickets for help on using
tickets.
Fixed. This was caused by a PHP8 issue - a class was being called statically without the method being declared as static.
is_callable( 'Namespace\ClassName::method' )was returning falsey.