Ticket #16760: clipboard.patch
| File clipboard.patch, 477 bytes (added by hakre, 2 years ago) |
|---|
-
wp-includes/wp-db.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk bare
1030 1030 * @since 3.0.0 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 ); 1037 1035 } else {