Tracking code changes

This commit is contained in:
ultimatemember
2015-01-04 03:10:49 +02:00
parent b1c9c670eb
commit 71807e4f6d
6 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
update_option('um_tracking_notice', 1 );
$tracking = new UM_Admin_Tracking();
$tracking->send_checkin( true );
$tracking->send_checkin();
exit( wp_redirect( remove_query_arg('um_adm_action') ) );
}