Make WordPress Core

Opened 14 months ago

Last modified 12 months ago

#60138 new defect (bug)

make_clickable() processing emails start with www. incorrectly.

Reported by: olyahryhorenko17's profile olyahryhorenko17 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: trivial Version:
Component: Formatting Keywords: has-patch changes-requested
Focuses: Cc:

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.


14 months ago
#1

  • Keywords has-patch added

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

@mukesh27 commented on PR #5819:


14 months ago
#2

@OlyaHryhorenko thanks for the PR. Some unit tests going failed could you please take a look and fix it?

#3 @mukesh27
14 months ago

  • Keywords changes-requested added
  • Version 6.4.2 deleted
Note: See TracTickets for help on using tickets.