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)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [18559]: