Changeset 34655 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 09/28/2015 01:16:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r34529 r34655 2415 2415 2416 2416 // Skip this entirely if this isn't a MySQL database. 2417 if ( false === $this->is_mysql) {2417 if ( empty( $this->is_mysql ) ) { 2418 2418 return false; 2419 2419 } … … 2464 2464 2465 2465 // Skip this entirely if this isn't a MySQL database. 2466 if ( false === $this->is_mysql) {2466 if ( empty( $this->is_mysql ) ) { 2467 2467 return false; 2468 2468 }
Note: See TracChangeset
for help on using the changeset viewer.