Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#11961 closed defect (bug) (fixed)

site admin plugin menus added using wpmu-admin.php

Reported by: wpmuguru Owned by:
Priority: normal Milestone: 3.0
Component: Multisite Version:
Severity: normal Keywords:
Cc: Focuses:

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)

#1 @ryan
17 years ago

This can be mapped in the $_wp_real_parent_file array in menu.php.

#2 @wpmuguru
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [12786]) add real parent file for wpmu-admin.php, fixes #11961

Note: See TracTickets for help on using tickets.