Changeset 2598
- Timestamp:
- 05/13/2005 08:31:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r2548 r2598 302 302 if ( !$this->show_errors ) 303 303 return false; 304 header( 'Content-Type: ' . get_bloginfo('html_type') . '; charset=' . get_bloginfo('charset') );304 header( 'Content-Type: text/html; charset=utf-8'); 305 305 echo <<<HEAD 306 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.