From c9b9a184a26e6b1a1d7d8658dae0ba1ed24ffcd5 Mon Sep 17 00:00:00 2001 From: Alex Stine Date: Thu, 22 Jun 2023 12:04:13 -0500 Subject: [PATCH] Try additional space to add spacing for screen readers. --- .../wporg-learn-2020/template-parts/component-breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php b/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php index a851d8c85..3c42451d6 100644 --- a/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php +++ b/wp-content/themes/pub/wporg-learn-2020/template-parts/component-breadcrumbs.php @@ -55,7 +55,7 @@ } if ( $x < $crumb_length - 1 ) { - echo ', '; + echo ', '; } } ?>