Changeset 2548 for trunk/wp-includes/wp-db.php
- Timestamp:
- 04/19/2005 03:35:48 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r2547 r2548 302 302 if ( !$this->show_errors ) 303 303 return false; 304 header( 'Content-Type: ' . get_bloginfo('html_type') . '; charset=' . get_bloginfo('charset') ); 304 305 echo <<<HEAD 305 306 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset
for help on using the changeset viewer.