Changeset 1423
- Timestamp:
- 03/19/2015 05:02:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
r1422 r1423 45 45 add_action( 'set_user_role', array( $this, 'restore_translation_editor_role' ), 10, 3 ); 46 46 add_filter( 'gettext_with_context', array( $this, 'rename_user_roles' ), 10, 4 ); 47 add_action( 'user_row_actions', array( $this, 'user_row_action_role_editor' ), 10, 2 );48 47 add_action( 'admin_menu', array( $this, 'register_translation_editors_page' ) ); 49 48 add_filter( 'user_row_actions', array( $this, 'promote_user_to_translation_editor' ), 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.