WordPress.org

Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#3501 closed defect (bug) (fixed)

add_submenu_page not working with post.php

Reported by: tsalagi_red Owned by: 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 (2)

comment:1 ryan6 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.

comment:2 ryan6 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.