I’ve found a small issue in file config-bbpress/config.php at line 71:
if(!function_exists(‘avia_bbpress_breadcrumb’)) refers to wrong function, thus causing a php runtime error if function ‘avia_fetch_bb_trail’ is overridden in child theme.
This should be changed to: if(!function_exists(‘avia_fetch_bb_trail’)).
Regards,
Jan
Hi Jan!
Thanks for letting us know! I’ve pushed a bug fix report to our git repo for this just now :)
Kriesi may not include it since the check is already on the avia_bbpress_breadcrumb function which you could be replacing in your child theme already which in turn would replace the avia_fetch_bb_trail. So no guarantees on it being changed at this point.
Regards,
Devin