Opened 3 years ago
Last modified 3 years ago
#60138 new defect (bug)
make_clickable() processing emails start with www. incorrectly.
| Reported by: | olyahryhorenko17 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Formatting | Version: | |
| Severity: | trivial | Keywords: | has-patch changes-requested |
| Cc: | Focuses: |
Description
make_clickable() processes www.blablabla.bla@… email as ftp address and appends https:// instead of mailto:
Change History (3)
This ticket was mentioned in PR #5819 on WordPress/wordpress-develop by @olyahryhorenko17.
3 years ago
#1
- Keywords has-patch added
@mukesh27 commented on PR #5819:
3 years ago
#2
@OlyaHryhorenko thanks for the PR. Some unit tests going failed could you please take a look and fix it?
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Run replacement code for email earlier than for FTP to fix the issue when email which is starting with www.blablabla@… is recognized as FTP address not email.
Trac ticket: https://core.trac.wordpress.org/ticket/60138