From bf792512ce21ba12799e35cb5279c483da44561b Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sat, 14 Dec 2019 08:26:31 +0100 Subject: [PATCH] Fix space usage See https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#space-usage --- inc/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/pagination.php b/inc/pagination.php index 6db6170..0d53261 100644 --- a/inc/pagination.php +++ b/inc/pagination.php @@ -35,7 +35,7 @@ if ( ! function_exists( 'understrap_pagination' ) ) {