Make WordPress Core

Opened 20 years ago

Closed 19 years ago

#1224 closed defect (bug) (fixed)

wp-texturize doesn't catch "2x4" for × entity replacement

Reported by: kylev's profile kylev Owned by: matt's profile matt
Milestone: Priority: normal
Severity: minor Version: 1.5.1
Component: General Keywords:
Focuses: Cc:

Description

Looks like texturize wants to catch things like this to put in a stylized entity for the multiplication operator. It fails to do so because of a regex bug (missing "\" before a d).

Mind-bending super-patch attached.

Attachments (1)

wp-2x4-fix.patch (651 bytes) - added by kylev 19 years ago.

Download all attachments as: .zip

Change History (3)

#1 @kylev
20 years ago

  • Patch set to No

#2 @matt
19 years ago

  • fixed_in_version set to 1.5.1
  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 20
  • Status changed from new to closed

Good catch!

@kylev
19 years ago

Note: See TracTickets for help on using tickets.