Changeset 2197 for sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/views/translation-editors.php
- Timestamp:
- 12/17/2015 12:32:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/views/translation-editors.php
r1942 r2197 17 17 </form> 18 18 19 <?php $list_table->views(); ?> 20 19 21 <form method="post"> 20 22 <?php $list_table->display(); ?> 21 23 </form> 22 24 23 <?php if ( current_user_can( 'promote_users') ) : ?>25 <?php if ( current_user_can( Rosetta_Roles::MANAGE_TRANSLATION_EDITORS_CAP ) ) : ?> 24 26 <h3><?php _e( 'Add Translation Editor', 'rosetta' ); ?></h3> 25 27 <p><?php _e( 'Enter the email address or username of an existing user on wordpress.org.', 'rosetta' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.