Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#17137 closed defect (bug) (duplicate)

user_row_actions filter not present on the Users screen in Network Admin

Reported by: johnbillion's profile johnbillion 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)

17137.diff (880 bytes) - added by scribu 13 years ago.

Download all attachments as: .zip

Change History (8)

#1 @scribu
13 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 3.2

I think calling it 'network_user_row_actions' would make more sense.

#2 follow-up: @ocean90
13 years ago

  • Keywords close added

But we have ms_user_list_site_actions. Works for me.

#3 in reply to: ↑ 2 @johnbillion
13 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.

#4 @scribu
13 years ago

  • Keywords close removed

@scribu
13 years ago

#5 @scribu
13 years ago

  • Keywords has-patch added; needs-patch removed

#6 @PeteMall
13 years ago

Should we name it ms_user_row_actions to maintain consistency with the ms_user_list_site_actions hook in the same list table?

#7 @scribu
13 years ago

  • Milestone 3.2 deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.