[wp-trac] [WordPress Trac] #13971: "Wordpress" being turned into CamelCase "WordPress" breaks URLs

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 8 23:32:04 UTC 2010


#13971: "Wordpress" being turned into CamelCase "WordPress" breaks URLs
--------------------------+-------------------------------------------------
 Reporter:  tfotherby     |        Owner:        
     Type:  defect (bug)  |       Status:  closed
 Priority:  lowest        |    Milestone:  3.0.1 
Component:  Formatting    |      Version:  3.0   
 Severity:  normal        |   Resolution:  fixed 
 Keywords:  has-patch     |  
--------------------------+-------------------------------------------------
Changes (by dangayle):

 * cc: dangayle (added)


Comment:

 Replying to [comment:67 filosofo]:
 > dougal, I'm concerned about the performance implications of using a
 couple of lookbehinds and a lambda function to filter something so trivial
 to begin with, especially on something ubiquitous like `the_content` and
 `comment_text`.  Are the possible edge cases it addresses really worth it?

 Lambda functions in PHP can't be optimized or cached, and can lead to
 memory issues. Given that this function group would be called on
 practically every page/query, the performance degradation really should be
 looked at.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13971#comment:73>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list