#2249 closed defect (bug) (fixed)
clicking "no" on "confirmdelete" does nothing
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.0 |
| Severity: | normal | Keywords: | bg|has-patch bg|commit |
| Cc: |
Description
the "confirmdelete" action of post.php (from the link in the comment notification e-mail) has a "yes" and a "no" button. In 1.5.2, the "no" button was functional, but it has been rendered useless in WordPress 2.0
Attachments (1)
Change History (4)
markjaquith
— 7 years ago
comment:1
markjaquith
— 7 years ago
- Keywords bg|has-patch bg|commit added; bg|needs-patch removed
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
It was just a JavaScript parse error.
e.g.
onclick='self.location='http://whatever/''
Patch moves the outer layer to slashed doublequotes. Tested. Works.
Note: See
TracTickets for help on using
tickets.
Tested patch for Trunk