Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 7 years ago

#15444 closed defect (bug) (duplicate)

Single quotes after phrase elements are backwards (wptexturize)

Reported by: alexkingorg Owned by:
Priority: normal Milestone:
Component: General Version: 3.0
Severity: normal Keywords:
Cc: Focuses:

Description

Perhaps related to #15241 it appears that situations like this are not handled properly:

<a href="#">Jim</a>'s red bike.

The quotes are turned backwards. Perhaps phrase elements such as A, SPAN, EM, STRONG, B, need special handling?

Please merge with #15241 if this is a duplicate or fixed by the same solution.

Attachments (1)

test_includes_formatting.php.diff (681 bytes ) - added by norbertm 16 years ago.

Download all attachments as: .zip

Change History (9)

#1 @nacin
16 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Looks like a duplicate. Going to up the priority on the other ticket. This would be a good unit test case.

#2 @nacin
16 years ago

  • MilestoneAwaiting Review
  • Resolution duplicate
  • Status closedreopened

Sorry, I didn't realize this wasn't a 3.1-specific report. Reproduced in 3.0.

#3 @nacin
16 years ago

  • Version3.0

#4 @norbertm
16 years ago

  • Cc norbert@… added

#5 @norbertm
16 years ago

Fix and test cases now included in #4539 for 3.1+.

#6 @nacin
16 years ago

Related: #10606

#7 @nacin
16 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status reopenedclosed

This ticket was mentioned in Slack in #core-editor by nerrad. View the logs.


7 years ago

Note: See TracTickets for help on using tickets.