Changeset 12733 for trunk/wp-includes/wp-db.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r12668 r12733 806 806 if ( defined('SAVEQUERIES') && SAVEQUERIES ) 807 807 $this->timer_start(); 808 808 809 809 // use $this->dbh for read ops, and $this->dbhwrite for write ops 810 810 // use $this->dbhglobal for gloal table ops
Note: See TracChangeset
for help on using the changeset viewer.