Make WordPress Core

Timestamp:
07/28/2017 01:14:03 AM (7 years ago)
Author:
johnbillion
Message:

General: Move the __autoload() compat function into its own file to prevent deprecated notices being thrown by the compiler in PHP 7.2.

The __autoload() function is deprecated in PHP 7.2, which means WordPress' own __autoload() compat function for PHP 5.2 needs to be moved into a separate file to prevent the PHP 7.2 compiler from complaining.

Props ayeshrajans

See #40109

File:
1 added

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