Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #22141, comment 1


Ignore:
Timestamp:
10/09/2012 05:12:52 PM (13 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22141, comment 1

    v2 v3  
    33First, some context:
    44
    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.
     5The 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.
    66
    77Also, 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.