Opened 2 years ago
Closed 2 years ago
#15525 closed defect (bug) (fixed)
Use network/update-core.php and redirect to /network/ if it's necessary
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Network Admin | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Title is enough.
Attachments (4)
Change History (14)
- Component changed from Upgrade/Install to Network Admin
- Owner set to ocean90
- Status changed from new to accepted
- Summary changed from Use network/update-core.php in Multisite to Use network/update-core.php and redirect to /network/ if it's necessary
15525.2.patch is a first pass for nacin's point. PeteMall is also working on it, maybe he has a better idea.
Original patch still looks good. Just need to exit after the wp_redirect calls.
15525.3.patch includes the redirection, the link change to network/update-core.php and removes the editor links from the site admin menu if it's multisite.
- Resolution fixed deleted
- Status changed from closed to reopened
Tabs should not be shown on the themes page for multisite installs.
comment:10
PeteMall — 2 years ago
- Keywords has-patch removed
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

That looks good.
Thinking we should do an audit for files that should redirect to /network/ when running multisite. Otherwise is_network_admin() would return false and plugins (and potentially core) may get confused.
This file would be one of them. It's a simple is_multisite() && ! is_network_admin() check.