[wp-trac] [WordPress Trac] #6620: Typo in menu-header.php

WordPress Trac wp-trac at lists.automattic.com
Sun Apr 6 15:47:29 GMT 2008


#6620: Typo in menu-header.php
----------------------------+-----------------------------------------------
 Reporter:  mattyrob        |       Owner:  anonymous  
     Type:  defect          |      Status:  new        
 Priority:  high            |   Milestone:  2.5.1      
Component:  Administration  |     Version:  2.5        
 Severity:  major           |    Keywords:  admin menus
----------------------------+-----------------------------------------------
 I think there may be a typo in menu-header.php in wp-admin.

 On line 90 (current trunk verion) there is a do_action to a hook that is
 otherwise undefined, so far as I can tell.

 Current code is:

 {{{
 do_action( 'adminmenu' );
 }}}


 Should this be:

 {{{
 do_action( 'admin_menu' );
 }}}

 Note the additional underscore

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


More information about the wp-trac mailing list