diff --git a/class.jetpack.php b/class.jetpack.php index 27dc7ca182a6c..04f5623c08ed7 100644 --- a/class.jetpack.php +++ b/class.jetpack.php @@ -3285,7 +3285,7 @@ public static function disconnect( $update_activated_state = true ) { $tracking->record_user_event( 'disconnect_site', array() ); Jetpack::load_xml_rpc_client(); $xml = new Jetpack_IXR_Client(); - $xml->query( 'jetpack.deregister' ); + $xml->query( 'jetpack.deregister', get_current_user_id() ); } Jetpack_Options::delete_option(