From ed22e15820c3b081b72d98fce1c507defd7fad6a Mon Sep 17 00:00:00 2001 From: MaxwellGarceau Date: Tue, 14 Jan 2025 22:56:07 -0500 Subject: [PATCH] Fix lint --- includes/deprecated/deprecated-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/deprecated/deprecated-functions.php b/includes/deprecated/deprecated-functions.php index c1d0d52..b306cbe 100644 --- a/includes/deprecated/deprecated-functions.php +++ b/includes/deprecated/deprecated-functions.php @@ -70,7 +70,7 @@ function mailchimp_sf_merge_validate_address( $opt_val, $data ) { */ function mailchimp_sf_where_am_i() { _deprecated_function( __FUNCTION__, '1.6.2', 'Mailchimp_Location_Detector::init' ); - $plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php'; + $plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php'; $mailchimp_location_detector = new Mailchimp_Location_Detector( $plugin_root_path ); $mailchimp_location_detector->init(); }