#7962 closed defect (bug) (fixed)
plugin menu is broken
Reported by: | devil1591 | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.7 | Priority: | highest omg bbq |
Severity: | blocker | Version: | 2.7 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
Plugin menu hook is broken, I tested the code from http://codex.wordpress.org/Adding_Administration_Menus#Top-Level_menu, and it's not working anymore.
First link is OK : http://localhost/wp-admin/admin.php?page=test.php
then you've got http://localhost/wp-admin/test.php?page=test.php
which links to a Page not found
NB: my permalink : /%category%/%year%/%postname%/
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [9337]) If parent uses admin.php, use admin.php for subs. fixes #7962