[wp-trac] [WordPress Trac] #14117: capital_P_dangit() breaks case sensitivity within tags
WordPress Trac
wp-trac at lists.automattic.com
Sun Jun 27 19:24:46 UTC 2010
#14117: capital_P_dangit() breaks case sensitivity within tags
--------------------------+-------------------------------------------------
Reporter: ozh | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords: capital_P_dangit
--------------------------+-------------------------------------------------
{{{
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? :)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14117>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list