From 522bb8fdf2e3a1815b6bca6756682c1d275f5509 Mon Sep 17 00:00:00 2001 From: Andrew Schultz Date: Fri, 13 Dec 2019 17:28:06 +0700 Subject: [PATCH] Add ability to modify ul classes The second parameter to the function was not being utilized. I have made it output any classes passed to the class tag of the list. --- inc/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/pagination.php b/inc/pagination.php index 98664b2..6db6170 100644 --- a/inc/pagination.php +++ b/inc/pagination.php @@ -35,7 +35,7 @@ if ( ! function_exists( 'understrap_pagination' ) ) {