From 5b67c0ce2eabe12120ea2fb77990391bb1f440f8 Mon Sep 17 00:00:00 2001 From: tbradsha <32492176+tbradsha@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:45:49 -0600 Subject: [PATCH] Indent tweak --- features/jetpack-crm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/jetpack-crm.php b/features/jetpack-crm.php index e160550..47c2156 100644 --- a/features/jetpack-crm.php +++ b/features/jetpack-crm.php @@ -30,7 +30,7 @@ function ( &$app, $features, $domain ) use ( $defaults ) { if ( $features['jpcrm-version'] ) { - // Install specified version of Jetpack CRM from WP.org repo. + // Install specified version of Jetpack CRM from WP.org repo. debug( '%s: Installing Jetpack CRM version %s from WP.org repo', $domain, $features['jpcrm-version'] ); add_jpcrm_from_wporg( $features['jpcrm-version'] );