[wp-trac] [WordPress Trac] #26571: Increase flexibility of "At a Glance" Dashboard Widget to match "Right Now" Widget

WordPress Trac noreply at wordpress.org
Wed Dec 18 19:21:53 UTC 2013


#26571: Increase flexibility of "At a Glance" Dashboard Widget to match "Right Now"
Widget
----------------------------+------------------------------
 Reporter:  mrwweb          |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  3.8
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+------------------------------

Comment (by Latz):

 Replying to [comment:4 toscho]:
 Of course you're right, Toscho's always right :-). Just for the record:


 {{{
 add_filter('dashboard_glance_items', 'addElements');

 function addElements($elements) {
     echo '<li class="mytest">' . '<a href="#"> Users</a>' . '</li>';
     return $elements;
 }
 }}}

 This way?

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26571#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list