Opened 20 months ago
Closed 20 months ago
#6744 closed defect (bug) (fixed)
Adjust redirection logic in the Openverse theme
Reported by: | zackkrida | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | highest omg bbq | |
Component: | WordPress.org Site | Keywords: | has-patch |
Cc: |
Description
Follow up to the work in: https://meta.trac.wordpress.org/ticket/6578
- Switches the redirect to a 301, instead of the default 302
- Excludes admin views from redirection, so the redirection can be rolled back/modified after applying.
Change History (3)
This ticket was mentioned in PR #119 on WordPress/wordpress.org by @zackkrida.
20 months ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Fixes https://meta.trac.wordpress.org/ticket/6744#ticket
Update the Openverse theme's redirection logic to exclude admin views, and switch the redirect from a 302 to a permanent 301.