Ticket #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
Change History
markjaquith — 6 years ago
-
attachment
delete_comment_no_button.diff
added
comment:1
markjaquith — 6 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.
- Status changed from assigned to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

Tested patch for Trunk