#19762 closed defect (bug) (fixed)
"What's New" screen redirect confusing for update via network admin
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Network Admin | Keywords: | |
Focuses: | multisite | Cc: |
Description
When updating WordPress core via wp-admin/network, upon update completion, WordPress redirects to the "What's New" screen for the default site.
This redirect is confusing and counter-intuitive, because it takes the user from the network admin interface to the default-site admin interface. The default-site admin menu is displayed, rather than the network admin menu. Also, it requires the user to navigate back to the network admin, in order to perform the "update network" step.
I would recommend either replicating the "What's New" screen in the network admin interface (which would appear to require making about.php more context-aware, so that the network admin menu is displayed, rather than the default-site admin menu), or else not redirecting to the "What's New" page when updating via the network admin. The latter approach is probably more preferable, especially if the user is presented with an "update network" link upon successful core update.
Attachments (1)
Change History (7)
#3
@
13 years ago
- Milestone changed from Awaiting Review to 3.4
- Owner set to nacin
- Status changed from new to accepted
It does know that the "Back to Updates" link should return to the network admin. But yes, this should be fixed.
Possibly related: #19737