Making WordPress.org


Ignore:
Timestamp:
10/06/2015 03:05:07 PM (10 years ago)
Author:
ocean90
Message:

Rosetta: Allow to make users a Translation Editor even if they aren't a member of the site yet.

If a user isn't a member of the site add them as a subscriber.

Fixes #1237.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/views/translation-editors.php

    r1419 r1942  
    2323    <?php if ( current_user_can( 'promote_users' ) ) : ?>
    2424        <h3><?php _e( 'Add Translation Editor', 'rosetta' ); ?></h3>
    25         <p><?php _e( 'Enter the email address or username of an existing user on this site.', 'rosetta' ); ?></p>
     25        <p><?php _e( 'Enter the email address or username of an existing user on wordpress.org.', 'rosetta' ); ?></p>
    2626        <form action="" method="post">
    2727            <table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.