Changeset 28978 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 07/03/2014 07:56:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r28814 r28978 604 604 $this->dbname = $dbname; 605 605 $this->dbhost = $dbhost; 606 607 // wp-config.php creation will manually connect when ready. 608 if ( defined( 'WP_SETUP_CONFIG' ) ) { 609 return; 610 } 606 611 607 612 $this->db_connect();
Note: See TracChangeset
for help on using the changeset viewer.