Making WordPress.org

Changeset 1423


Ignore:
Timestamp:
03/19/2015 05:02:56 PM (9 years ago)
Author:
ocean90
Message:

Rosetta: Remove unused action.

see #741.

File:
1 edited

Legend:

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

    r1422 r1423  
    4545        add_action( 'set_user_role', array( $this, 'restore_translation_editor_role' ), 10, 3 );
    4646        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 );
    4847        add_action( 'admin_menu', array( $this, 'register_translation_editors_page' ) );
    4948        add_filter( 'user_row_actions', array( $this, 'promote_user_to_translation_editor' ), 10, 2 );
Note: See TracChangeset for help on using the changeset viewer.