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; } ?> -