summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-users.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-users.php b/plugins/jetpack/sync/class.jetpack-sync-users.php
index 414eda3a..de032e2d 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-users.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-users.php
@@ -21,7 +21,7 @@ class Jetpack_Sync_Users {
static function user_role_change( $user_id ) {
if ( Jetpack::is_user_connected( $user_id ) ) {
self::update_role_on_com( $user_id );
- //try to choose a new master if we're demoting the current one
+ // try to choose a new master if we're demoting the current one
self::maybe_demote_master_user( $user_id );
}
}