Opened 17 years ago
Closed 16 years ago
#5167 closed enhancement (fixed)
Optional Back button in wp_die
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
Sometimes wp_die
is used to indicate user errors in forms. In these cases one has to hit the browsers's back button in order to go to the form again.
The patch below adds a third parameter to wp_die
, which controls whether a Back
link at the bottom of the page is shown.
Attachments (1)
Change History (7)
#1
@
17 years ago
- Keywords needs-patch added; has-patch removed
- Owner changed from anonymous to westi
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.
patch is missing ;-)
But sounds like a good idea.