oeco / jeo

A WordPress parent theme for interactive maps and journalism
http://jeowp.org/
Other
90 stars 33 forks source link

Function in the class extended from Walker_Category class error on PHP 7 #90

Open S-mardii opened 3 years ago

S-mardii commented 3 years ago

https://github.com/oeco/jeo/blob/bc70004d4f7191f346b7c515cf324acb7f3db3ea/inc/admin/admin-page-framework.php#L2607

There is an error with this function once installing the them on PHP 7.

This should be updated to function start_el( &$strOutput, $oCategory, $intDepth = 0, $arrArgs = array(), $intID = 0) {

Related to #87 #82