[wp-trac] [WordPress Trac] #21046: Dashboard "Right Now" widget hook should be right_now_end, not rightnow_end
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 22 07:35:21 UTC 2012
#21046: Dashboard "Right Now" widget hook should be right_now_end, not rightnow_end
--------------------------+-----------------------------
Reporter: schreifels | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 3.4
Severity: minor | Keywords:
--------------------------+-----------------------------
In /wp-admin/includes/dashboard.php , the following callback is used:
{{{
do_action( 'rightnow_end' );
}}}
However,
[http://codex.wordpress.org/Plugin_API/Action_Reference#Dashboard_.22Right_Now.22_Widget_Actions
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`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21046>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list