Opened 11 years ago
Closed 11 years ago
#24530 closed enhancement (invalid)
Change 'Right Now' dashboard actions to filters.
Reported by: | Nessworthy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 3.5.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
The default dashboard's 'Right Now' meta box (not the network one) has three actions which allow you to extend by adding to the bottom of the table at three points: After the 'Content' column, after the 'Discussion' column, and at the end of the table.
Similar to filter functionality for things like adding custom columns, the box could, instead, work with filters. By passing an array of rows, this would allow developers to be able to reorder the table rows, and extend the table at whatever position they want to.
(dashboard.php:225, wp_dashboard_right_now()
)
Change History (2)
Note: See
TracTickets for help on using
tickets.
There was a bit of discussion related to this in #20946.