Skip to content

Commit d479813

Browse files
Fix lint
1 parent e01d999 commit d479813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/deprecated/deprecated-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function mailchimp_sf_merge_validate_address( $opt_val, $data ) {
7070
*/
7171
function mailchimp_sf_where_am_i() {
7272
_deprecated_function( __FUNCTION__, '1.6.2', 'Mailchimp_Location_Detector::init' );
73-
$plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
73+
$plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
7474
$mailchimp_location_detector = new Mailchimp_Location_Detector( $plugin_root_path );
7575
$mailchimp_location_detector->init();
7676
}

0 commit comments

Comments
 (0)