Opened 14 years ago
Closed 14 years ago
#17137 closed defect (bug) (duplicate)
user_row_actions filter not present on the Users screen in Network Admin
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Multisite | Keywords: | has-patch |
Focuses: | Cc: |
Description
On the Users screen the user_row_actions
filter is applied to the array of action links displayed for each user (Edit, Delete, etc). This filter is missing from the Users screen in the Network Admin screen on Multisite.
Not sure if the filter in this case should have the same name, or something like network_user_row_actions
.
Attachments (1)
Change History (8)
#2
follow-up:
↓ 3
@
14 years ago
- Keywords close added
But we have ms_user_list_site_actions. Works for me.
#3
in reply to:
↑ 2
@
14 years ago
Replying to ocean90:
But we have ms_user_list_site_actions. Works for me.
The ms_user_list_site_actions
filter is for the site actions in each user row. The filter I'm talking about is for the user actions in each user row.
Note: See
TracTickets for help on using
tickets.
I think calling it 'network_user_row_actions' would make more sense.