Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14117 closed defect (bug) (duplicate)

capital_P_dangit() breaks case sensitivity within tags

Reported by: ozh's profile ozh Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords: capital_P_dangit
Focuses: Cc:

Description

this is Wordpress <img src="/img/Wordpress.png"/>

should become:

this is WordPress <img src="/img/Wordpress.png"/>

capital_P_dangit() should not modify text inside HTML tags. (Somewhere else too maybe?)

Now maybe this is going to be a bit too regexp intensive compared to the relatively futile purpose? :)

Change History (2)

#1 @ozh
14 years ago

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

#2 @filosofo
14 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.