#18459 closed defect (bug) (fixed)

Typo in _default_wp_die_handler()

Reported by: tenpura Owned by: westi
Priority: normal Milestone: 3.3
Component: General Version: 3.2.1
Severity: normal Keywords: has-patch
Cc:

Description

</a> end tag appears to be missing.

$message .= "\n<p><a href='javascript:history.back()'>$back_text</p>";

should be like

$message .= "\n<p><a href='javascript:history.back()'>$back_text</a></p>";

Attachments (1)

18459.diff (573 bytes) - added by tenpura 21 months ago.

Download all attachments as: .zip

Change History (3)

  • Milestone changed from Awaiting Review to 3.3
  • Owner set to westi
  • Resolution set to fixed
  • Status changed from new to closed

In [18559]:

Fix html for back link in _default_wp_die_handler. Fixes #18459 props tenpura.

Note: See TracTickets for help on using tickets.