Changeset 7256
- Timestamp:
- 06/23/2024 08:41:01 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/admin/classes/class-bbp-converter-db.php
r6785 r7256 31 31 */ 32 32 public function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) { 33 register_shutdown_function( array( $this, '__destruct' ) );34 33 35 34 if ( WP_DEBUG && WP_DEBUG_DISPLAY ) {
Note: See TracChangeset
for help on using the changeset viewer.