#532 closed defect (bug) (fixed)
make_clickable() incorrectly closes quotes for created mailto: links
Reported by: | coffee2code | Owned by: | Kitten |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
In wp-includes/functions-formatting.php, the function make_clickable(), when auto-hyperlinking a plaintext e-mail address, opens the A HREF with a single-quote, but closes it with a double-quote.
Attachments (1)
Change History (10)
#5
@
20 years ago
- fixed_in_version set to Current CVS
- Resolution changed from 10 to 20
- Status changed from assigned to closed
Patch fixes problem.
#6
@
20 years ago
- Resolution changed from 20 to 30
- Status changed from closed to assigned
This patch hasn't actually been applied to the code in CVS yet. It seems premature to mark the bug as resolved before the change has been formally committed.
#8
@
20 years ago
- fixed_in_version set to 1.5
- Resolution changed from 30 to 20
- Status changed from assigned to closed
This ticket was mentioned in Slack in #core by ojrask. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Deleted the orignial patch, replaced with a newer one against v1.52, also makes link be enclosed by double quotes.