Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #3508


Ignore:
Timestamp:
12/28/2022 03:02:27 AM (2 years ago)
Author:
dd32
Comment:

Source: https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/classes/class-bbp-converter-db.php

wpdb::__destruct() was removed in https://core.trac.wordpress.org/changeset/47107/trunk/src/wp-includes/wp-db.php

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3508 – Description

    initial v1  
    55says
    66
    7 register_shutdown_function( array( $this, '__destruct' ) );
     7`register_shutdown_function( array( $this, '__destruct' ) );`
    88
    99but there is no function for this in bbpress