Opened 15 years ago
Closed 15 years ago
#11961 closed defect (bug) (fixed)
site admin plugin menus added using wpmu-admin.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Multisite | Keywords: | |
Focuses: | Cc: |
Description
All existing plugins that add menu items to the site admin menu add them to the wpmu-admin.php parent menu item. By renaming wpmu-admin.php to ms-admin.php, the menu items in existing site admin plugins are ignored.
We'll have to add some backward compatibility code to catch those and add them to the ms-admin.php menu.
Change History (2)
Note: See
TracTickets for help on using
tickets.
This can be mapped in the $_wp_real_parent_file array in menu.php.