Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#3501 closed defect (bug) (fixed)

add_submenu_page not working with post.php

Reported by: tsalagi_red's profile tsalagi_red Owned by:
Milestone: 2.1 Priority: normal
Severity: major Version: 2.1
Component: General Keywords: add_submenu_page
Focuses: 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 (2)

#1 @ryan
17 years ago

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.

#2 @ryan
17 years ago

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

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

Note: See TracTickets for help on using tickets.