Opened 11 months ago
#21046 new defect (bug)
Dashboard "Right Now" widget hook should be right_now_end, not rightnow_end
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Widgets | Version: | 3.4 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
In /wp-admin/includes/dashboard.php , the following callback is used:
do_action( 'rightnow_end' );
However, the documentation and logic (for consistency with right_now_content_table_end, right_now_table_end, etc) would tell us that the hook should actually be called right_now_end.
Note: See
TracTickets for help on using
tickets.
