Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#11961 closed defect (bug) (fixed)

site admin plugin menus added using wpmu-admin.php

Reported by: wpmuguru's profile wpmuguru 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)

#1 @ryan
15 years ago

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

#2 @wpmuguru
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.