Opened 17 years ago
Closed 17 years ago
#10986 closed defect (bug) (fixed)
Useless continue link for upgrade page
| Reported by: | filosofo | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Upgrade/Install | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch upgrade backto |
| Cc: | Focuses: |
Description
If you request the upgrade page directly, e.g. site.com/wp-admin/upgrade.php, then the "backto" argument is empty. With current behavior, when backto is empty, WP sets the "continue" link to an empty string, which leads you to the same page you're already on.
So the workflow ends up being:
- request upgrade page
- click "upgrade wp database" link
- see "upgrade complete"; click "continue" link
- see "no upgrade required"; click continue link
- end on home page
The fourth step is unnecessary and removed by the patch, which sets continue link to home when backto is empty.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
See: [12744] Always set a goback link on upgrade page. Props filosofo. Fixes #10986