Opened 15 years ago
Closed 14 years ago
#15932 closed defect (bug) (fixed)
Missing filter for user actions in ms users list table
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | Network Admin | Keywords: | has-patch commit |
| Focuses: | multisite | Cc: |
Description
Right now the only way to hook into class-wp-ms-users-list-table.php is to use manage_users_custom_column. If you want to add a new link for a user each will need a column.
There is no filter for adding action links under the username on these screens.
This patch adds a filter similar to class-wp-ms-sites-list-table's manage_sites_action_links.
Attachments (2)
Change History (7)
#1
@
15 years ago
- Component changed from General to Network Admin
- Keywords 3.2-early added
- Milestone changed from Awaiting Review to Future Release
- Version set to 3.1
Looks Great.
@PeteMall - I think we need to do a sweep through and add lots like this in 3.2
Note: See
TracTickets for help on using
tickets.
Adds a manage_users_action_links filter