mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 06:40:25 +00:00
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -805,7 +805,7 @@ class wpdb {
|
||||
// Perform the query via std mysql_query function..
|
||||
if ( defined('SAVEQUERIES') && SAVEQUERIES )
|
||||
$this->timer_start();
|
||||
|
||||
|
||||
// use $this->dbh for read ops, and $this->dbhwrite for write ops
|
||||
// use $this->dbhglobal for gloal table ops
|
||||
unset( $dbh );
|
||||
|
||||
Reference in New Issue
Block a user