Actions
Bug #6897
closedTest and fix PHP 7.2 compatibility issues
Description
Appears to be PHP 7.2 compatibility issues that need to be fixed before the PHP 7.2 update is pushed to hosting providers. Below reported issues thus far.
\libraries\CBLib\CB\Legacy\cbPluginHandler.php line 223if ( count( $ids ) == 0 ) {
$ids is not always an array (it can be null) so calling count on it now throws a notice in PHP 7.2.
Actions