﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
6620,Typo in menu-header.php,mattyrob,anonymous,"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",defect (bug),closed,high,,Administration,2.5,major,invalid,admin menus,MattyRob
