[wp-trac] [WordPress Trac] #16884: str_replace() in setup-config's get_bloginfo() is bogus
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Fri Mar 18 18:11:24 UTC 2011
    
    
  
#16884: str_replace() in setup-config's get_bloginfo() is bogus
------------------------------------+------------------------------
 Reporter:  hakre                   |       Owner:
     Type:  defect                  |      Status:  new
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  General                 |     Version:  3.1
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch dev-feedback  |
------------------------------------+------------------------------
Comment (by nacin):
 It's a parameter order issue. I did subject, match, replace, instead of
 match, replace, subject.
 The phpdoc allows multiple declarations to all take the same phpdoc. I'm
 not sure it's necessary here as it is one function.
-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16884#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list