Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#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: Focuses:

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 15 years ago.

Download all attachments as: .zip

Change History (3)

@tenpura
15 years ago

#1 @SergeyBiryukov
15 years ago

  • Milestone Awaiting Review3.3

#2 @westi
15 years ago

  • Owner set to westi
  • Resolutionfixed
  • Status newclosed

In [18559]:

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

Note: See TracTickets for help on using tickets.