We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305ac72 commit ed22e15Copy full SHA for ed22e15
includes/deprecated/deprecated-functions.php
@@ -70,7 +70,7 @@ function mailchimp_sf_merge_validate_address( $opt_val, $data ) {
70
*/
71
function mailchimp_sf_where_am_i() {
72
_deprecated_function( __FUNCTION__, '1.6.2', 'Mailchimp_Location_Detector::init' );
73
- $plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
+ $plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
74
$mailchimp_location_detector = new Mailchimp_Location_Detector( $plugin_root_path );
75
$mailchimp_location_detector->init();
76
}
0 commit comments