[wp-trac] [WordPress Trac] #26495: Dashboard "At a Glance" hooks changed

WordPress Trac noreply at wordpress.org
Mon Dec 9 05:40:30 UTC 2013


#26495: Dashboard "At a Glance" hooks changed
----------------------------+-------------------
 Reporter:  nacin           |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  high            |  Milestone:  3.8
Component:  Administration  |    Version:  trunk
 Severity:  normal          |   Keywords:
----------------------------+-------------------
 {{{
 +do_action( 'rightnow_list_end' );
 +do_action( 'rightnow_list_start' );
 -do_action('right_now_content_table_end');
 -do_action('right_now_discussion_table_end');
 -do_action('right_now_table_end');
 }}}

 We should *never* have had hooks inside a table like that. We could still
 support these if we wanted. Currently running a search to see if anyone
 used these.

 The new hooks are a bit weird. We should have *one* hook at the bottom,
 and it should be a filter that implodes into list items, so plugin authors
 aren't subject to the whims of our markup.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26495>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list