- if (is_siteadmin()) {
- // no sync for admin user, please use admin accounts only for admin tasks like the unix root user!
- // if plugin fails on sync admins need to be able to log in and fix the settings
- return;
- }
+ // originally there was a broken admin test, but accidentally it was non-functional in 2.2,
+ // which proved it was actually not necessary.