Ticket #6: wordtobb.diff
| File wordtobb.diff, 2.4 KB (added by mdawaffe, 7 years ago) |
|---|
-
bb-includes/db-mysqli.php
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://bbpress.org/bbpress.png" /></h1> 334 334 HEAD; 335 335 echo $message; 336 336 echo "</body></html>"; -
bb-includes/db.php
84 84 if ( $this->show_errors ) { 85 85 // If there is an error then take note of it 86 86 print "<div id='error'> 87 <p class='bbdberror'><strong> WordPress database error:</strong> [$str]<br />87 <p class='bbdberror'><strong>bbPress database error:</strong> [$str]<br /> 88 88 <code>$this->last_query</code></p> 89 89 </div>"; 90 90 } else { … … 296 296 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 297 297 <html xmlns="http://www.w3.org/1999/xhtml"> 298 298 <head> 299 <title> WordPress › Error</title>299 <title>bbPress › Error</title> 300 300 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 301 301 <style media="screen" type="text/css"> 302 302 <!-- … … 337 337 </style> 338 338 </head> 339 339 <body> 340 <h1 id="logo"><img alt=" WordPress" src="http://static.wordpress.org/logo.png" /></h1>340 <h1 id="logo"><img alt="bbPress" src="http://bbpress.org/bbpress.png" /></h1> 341 341 HEAD; 342 342 echo $message; 343 343 echo "</body></html>";