Opened 16 years ago
Closed 15 years ago
#15932 closed defect (bug) (fixed)
Missing filter for user actions in ms users list table
| Reported by: | jshreve | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Network Admin | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | multisite |
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
@
16 years ago
- Component General → Network Admin
- Keywords 3.2-early added
- Milestone Awaiting Review → Future Release
- Version → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Adds a manage_users_action_links filter