#6620 closed defect (bug) (invalid)
Typo in menu-header.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | major | Version: | 2.5 |
| Component: | Administration | Keywords: | admin menus |
| Focuses: | Cc: |
Description
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
Change History (3)
Note: See
TracTickets for help on using
tickets.
Whoops, posted the ticket without testing fully first.
Code is correct as it stands.