Making WordPress.org


Ignore:
Timestamp:
09/16/2016 07:23:11 PM (8 years ago)
Author:
ocean90
Message:

Rosetta: Add locale managers as editors to the team site.

See #1983.

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  
    5656                $user_sync = new User\Sync();
    5757                $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                ] );
    5962                $user_sync->setup();
    6063            }
Note: See TracChangeset for help on using the changeset viewer.