Ticket #7962 (closed defect (bug): fixed)

Opened 3 months ago

Last modified 3 months ago

plugin menu is broken

Reported by: devil1591 Assigned to: ryan
Priority: highest omg bbq Milestone: 2.7
Component: Plugins Version: 2.7
Severity: blocker Keywords:
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

10/24/08 22:26:03 changed by ryan

  • owner set to ryan.

10/24/08 22:40:19 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [9337]) If parent uses admin.php, use admin.php for subs. fixes #7962

10/24/08 22:50:33 changed by devil1591

perfect every other plugins are working now :) Thanks ryan !