From 33e4d0927162ef4e58e36a5228891c267578bb90 Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Sat, 2 May 2020 09:24:19 -0400 Subject: [PATCH] PHPCS fix --- source/bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/source/bootstrap.php b/source/bootstrap.php index aab85e0..91ccd2b 100644 --- a/source/bootstrap.php +++ b/source/bootstrap.php @@ -12,5 +12,4 @@ function wpforge_initialize_wp_geo_query() { if ( function_exists( 'add_action' ) ) { wpforge_initialize_wp_geo_query(); } - }