Make WordPress Core

Changeset 17538


Ignore:
Timestamp:
03/23/2011 06:39:16 PM (13 years ago)
Author:
nacin
Message:

Remove dead globals. props mitchoyoshitaka. fixes #16571.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r17536 r17538  
    10311031     */
    10321032    function db_connect() {
    1033         global $db_list, $global_db_list;
    1034 
    10351033        if ( WP_DEBUG ) {
    10361034            $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true );
Note: See TracChangeset for help on using the changeset viewer.