We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd2c1e commit 2c7c82cCopy full SHA for 2c7c82c
inc/Services/Breadcrumb.php
@@ -59,7 +59,7 @@ public function replace_breadcrumb_link_wrapper(): string {
59
*/
60
public function replace_breadcrumb_link( $link_output ): string {
61
if ( ! str_contains( $link_output, 'breadcrumb_last' ) ) {
62
- return str_replace( '</li>', '<span aria-hidden="true">></span></li>', $link_output );
+ return str_replace( '</li>', '<span class="breadcrumb__separator" aria-hidden="true">></span></li>', $link_output );
63
}
64
65
return $link_output;
0 commit comments