Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 9 years ago

#2614 closed defect (bug) (duplicate)

wptexturize screwing some urls

Reported by: mattread's profile MattRead Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords:
Focuses: Cc:

Description

wptexturize screwing some urls, the line in wptexturize is:

$curl = preg_replace('/(\d+)x(\d+)/', "$1×$2", $curl);

for some urls like http://4x4blah.com/ etc., it replaces the 'x' with ×, which obviously screws up some links. So urls should not be filtered through that func or remove that line...

Change History (4)

#1 @MattRead
20 years ago

  • Version changed from 2.1 to 2.0.2

#2 @MattRead
20 years ago

  • Version changed from 2.0.2 to 2.1

Specifically the bloginfo filter passes all bloginfo calls through wptexturize ...

#3 @davidhouse
20 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Dupe of #2381 (which I've updated with new information and accepted).

This ticket was mentioned in Slack in #docs by sergey. View the logs.


9 years ago

Note: See TracTickets for help on using tickets.