Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#14117 closed defect (bug) (duplicate)

capital_P_dangit() breaks case sensitivity within tags

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

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
16 years ago

  • Resolutionduplicate
  • Status newclosed

#2 @filosofo
16 years ago

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