Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#18459 closed defect (bug) (fixed)

Typo in _default_wp_die_handler()

Reported by: tenpura's profile tenpura Owned by: westi's profile westi
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.2.1
Component: General Keywords: has-patch
Focuses: 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 13 years ago.

Download all attachments as: .zip

Change History (3)

@tenpura
13 years ago

#1 @SergeyBiryukov
13 years ago

  • Milestone changed from Awaiting Review to 3.3

#2 @westi
13 years ago

  • 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.