Opened 3 years ago

Closed 3 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:

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)

comment:1   ryan3 years ago

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

  • 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.