[wp-trac] [WordPress Trac] #16571: Remove unused global $db_list, $global_db_list
WordPress Trac
wp-trac at lists.automattic.com
Tue Feb 15 21:03:54 UTC 2011
#16571: Remove unused global $db_list, $global_db_list
-----------------------------+-----------------------------
Reporter: mitchoyoshitaka | Owner: mitchoyoshitaka
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Database | Version:
Severity: normal | Keywords: cleanup
-----------------------------+-----------------------------
In wpdb->db_connect(), we declare:
global $db_list, $global_db_list;
but don't actually use them. In fact, these variables don't show up
anywhere else in the codebase.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16571>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list