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'] );