Changeset 17538
- Timestamp:
- 03/23/2011 06:39:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r17536 r17538 1031 1031 */ 1032 1032 function db_connect() { 1033 global $db_list, $global_db_list;1034 1035 1033 if ( WP_DEBUG ) { 1036 1034 $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true );
Note: See TracChangeset
for help on using the changeset viewer.