Ticket #6: db.php.diff
| File db.php.diff, 1.1 KB (added by ishhara, 7 years ago) |
|---|
-
db.php
old new 77 77 if ( $this->show_errors ) { 78 78 // If there is an error then take note of it 79 79 print "<div id='error'> 80 <p class='bbdberror'><strong> WordPress database error:</strong> [$str]<br />80 <p class='bbdberror'><strong>bbPress database error:</strong> [$str]<br /> 81 81 <code>$this->last_query</code></p> 82 82 </div>"; 83 83 } else { … … 289 289 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 290 290 <html xmlns="http://www.w3.org/1999/xhtml"> 291 291 <head> 292 <title> WordPress › Error</title>292 <title>bbPress › Error</title> 293 293 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 294 294 <style media="screen" type="text/css"> 295 295 <!-- … … 330 330 </style> 331 331 </head> 332 332 <body> 333 <h1 id="logo"><img alt=" WordPress" src="http://static.wordpress.org/logo.png" /></h1>333 <h1 id="logo"><img alt="bbPress" src="http://static.bbpress.org/bbpress.png" /></h1> 334 334 HEAD; 335 335 echo $message; 336 336 echo "</body></html>";