[wp-trac] [WordPress Trac] #6647: Internally, pass arrays instead of query strings to functions that use wp_parse_args()

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 9 05:25:39 GMT 2008


#6647: Internally, pass arrays instead of query strings to functions that use
wp_parse_args()
---------------------+------------------------------------------------------
 Reporter:  ryan     |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  2.6      
Component:  General  |     Version:           
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 Within core WP, we should pass arrays instead of query strings to
 functions that pass their args through wp_parse_args().  Arrays are
 faster, more secure, and avoid quoting bugs. See [7625] for an example
 conversion from a query string to an array.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6647>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list