Changeset 4082 for sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/site/class-locale-main.php
- Timestamp:
- 09/16/2016 07:23:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/site/class-locale-main.php
r4081 r4082 56 56 $user_sync = new User\Sync(); 57 57 $user_sync->set_destination_site( $team_site ); 58 $user_sync->set_roles_to_sync( [ 'editor' ] ); 58 $user_sync->set_roles_to_sync( [ 59 'editor' => 'editor', 60 Role\Locale_Manager::get_name() => 'editor', 61 ] ); 59 62 $user_sync->setup(); 60 63 }
Note: See TracChangeset
for help on using the changeset viewer.