Changes between Version 2 and Version 3 of Ticket #22141, comment 1
- Timestamp:
- 10/09/2012 05:12:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22141, comment 1
v2 v3 3 3 First, some context: 4 4 5 The whole API related to add_submenu_page() needs a lot of work. The logic is spread all over the place and is mixed with the menu generating code #12718.5 The whole API related to add_submenu_page() needs a lot of work. The logic is spread all over the place and is mixed with the menu generating code. See #12718. 6 6 7 7 Also, add_submenu_page() already has 6 parameters. If we want to add another parameter, we should think about converting them to an associative array first.