Closed ollybenson closed 1 year ago
Line 39 of inc/breadcrumbs.php currently is:
$chain .= '
It should is:
$chain .= '<li class="nhsuk-breadcrumb__item">' . get_category_parents( $parent->parent, $link, $separator, $nicename ) . '</li>' . $separator;
Thanks @ollybenson. We will look into it.
Nightingale 2.4.10 has a fix for this. Thanks.
Line 39 of inc/breadcrumbs.php currently is:
$chain .= '
It should is: