Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #19085, comment 4


Ignore:
Timestamp:
10/29/2011 10:45:15 PM (14 years ago)
Author:
mikeschinkel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19085, comment 4

    v1 v2  
    77Obviously unintended side effects?
    88
    9 BTW, that is not the only place that takes control of the admin menus; it is upstream of `_wp_menu_output()` which itself outputs things that are different from what's in the global `$submenu` array. I know this because I tried to fix the `$submenu` array in the `'parent_file'` hook, but that only made matters worse.
     9BTW, that is not the only place that takes control of the admin menus. The `_wp_menu_output()` function also outputs things that are different from what's in the global `$submenu` array. I know this because I tried to fix the `$submenu` array in the `'parent_file'` hook, but that only made matters worse.