From 2eff30de04d7e07df943823b938d62524b051e16 Mon Sep 17 00:00:00 2001 From: Ames Plant Date: Thu, 1 Aug 2024 22:22:23 -0500 Subject: [PATCH] [Accessibility] Add a label to the product pagination for the woocommerce pagination (#49924) * Add a label to the product pagination for the woocommerce pagination * Bump template version --------- Co-authored-by: amesplant <95257231+amesplant-dmv@users.noreply.github.com> --- plugins/woocommerce/changelog/fix-47071-navigation-landmarks | 4 ++++ plugins/woocommerce/templates/loop/pagination.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 plugins/woocommerce/changelog/fix-47071-navigation-landmarks diff --git a/plugins/woocommerce/changelog/fix-47071-navigation-landmarks b/plugins/woocommerce/changelog/fix-47071-navigation-landmarks new file mode 100644 index 00000000000..c5346c0e5e1 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-47071-navigation-landmarks @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Add a label to the product pagination for the woocommerce pagination diff --git a/plugins/woocommerce/templates/loop/pagination.php b/plugins/woocommerce/templates/loop/pagination.php index f9abc74d655..ab909777c1f 100644 --- a/plugins/woocommerce/templates/loop/pagination.php +++ b/plugins/woocommerce/templates/loop/pagination.php @@ -12,7 +12,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.3.1 + * @version 9.3.0 */ if ( ! defined( 'ABSPATH' ) ) { @@ -28,7 +28,7 @@ if ( $total <= 1 ) { return; } ?> -