Skip to:
Content

bbPress.org

Changeset 7256


Ignore:
Timestamp:
06/23/2024 08:41:01 PM (9 months ago)
Author:
johnjamesjacoby
Message:

Converter: remove __destruct() registration

This change removes the need for wpdb extensions (like in the Converter) to register their own shutdown methods.

This is necessary because the __destruct() method was removed in the parent wpdb class, so attempting to add it in the subclass will generate PHP errors.

See #WP21402.

Fixes #3508.

Props GDragoN, dd32.

In branches/2.6, for 2.6.10.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.