Changeset 5700 for trunk/wp-includes/wp-db.php
- Timestamp:
- 06/14/2007 02:25:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r5510 r5700 259 259 if ( $query ) 260 260 $this->query($query); 261 261 262 262 if ( !isset($this->last_result[$y]) ) 263 263 return null; … … 373 373 if ( !$this->show_errors ) 374 374 return false; 375 375 376 376 header('Content-Type: text/html; charset=utf-8'); 377 377
Note: See TracChangeset
for help on using the changeset viewer.