Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#24530 closed enhancement (invalid)

Change 'Right Now' dashboard actions to filters.

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

#1 @johnbillion
11 years ago

There was a bit of discussion related to this in #20946.

#2 @ocean90
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

There is now a new filter. See [26832].

Note: See TracTickets for help on using tickets.