Ticket #3508: 3508.patch
File 3508.patch, 555 bytes (added by , 12 months ago) |
---|
-
includes/admin/classes/class-bbp-converter-db.php
30 30 * @param string $dbhost MySQL database host 31 31 */ 32 32 public function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) { 33 register_shutdown_function( array( $this, '__destruct' ) );34 35 33 if ( WP_DEBUG && WP_DEBUG_DISPLAY ) { 36 34 $this->show_errors(); 37 35 }