Ticket #3501 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

add_submenu_page not working with post.php

Reported by: tsalagi_red Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: General Version: 2.1
Severity: major Keywords: add_submenu_page
Cc:

Description

I am working on a reviews plugin, and add_submenu_page function does not seem to work with post.php. If I change to edit.php or options.php it works fine. I am using the latest nightly build 2.1 alpha 3.

Change History

01/07/07 09:01:31 changed by ryan

In 2.1 post-new.php is the parent menu rather than post.php. I'll add some back-compat so that post.php will still work.

01/07/07 09:02:13 changed by ryan

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

(In [4694]) Allow adding submenus to post.php for back-compat. fixes #3501