Ticket #3140: wp-db.patch
| File wp-db.patch, 836 bytes (added by , 20 years ago) |
|---|
-
wp-includes/wp-db.php
308 308 if ( !$this->show_errors ) 309 309 return false; 310 310 311 header( 'Content-Type: text/html; charset=utf-8');311 header('Content-Type: text/html; charset=utf-8'); 312 312 ?> 313 313 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 314 314 <html xmlns="http://www.w3.org/1999/xhtml"> … … 354 354 </style> 355 355 </head> 356 356 <body> 357 <h1 id="logo"><img alt="WordPress" src="<?php echo "wp-admin/images/wordpress-logo.png" ?>/></h1>357 <h1 id="logo"><img alt="WordPress" src="<?php echo 'wp-admin/images/wordpress-logo.png' ?>" /></h1> 358 358 <p><?php echo $message; ?></p> 359 359 </body> 360 360 </html>