Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19136, comment 10


Ignore:
Timestamp:
11/23/2011 06:28:04 PM (13 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19136, comment 10

    initial v1  
    11Replying to [comment:9 azaozz]:
    22> I was with the impression that the secondary flag would be only for second level menus, i.e. all "top > submenu.secondary" will behave exactly like "top > submenu" except they will be outputted at the bottom and have slightly different styling. All children of submenu.secondary would inherit the styling.
    3 This is still how it works with the groups2 patch, except "levels" are "groups" and there is no upper limit to the number limit. Previous to this patch, there were only two "types" of menu stylings, and no way to reliably group them by ID. See below:
     3This is still how it works with groups3.diff except "levels" are "groups" and there is no upper limit to the number limit. Previous to this patch, there were only two "types" of menu stylings, and no way to reliably group them by ID. See below:
    44
    55> Not sure another UL was needed there at all. Seems to just make things complicated and more fragile.