Changes between Initial Version and Version 1 of Ticket #5844
- Timestamp:
- 02/13/2008 07:59:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5844
-
Property
Version
changed from
to
2.5
-
Property
Milestone
changed from
2.6
to2.5
-
Property
Version
changed from
-
Ticket #5844 – Description
initial v1 1 Hi, 1 As reported by James R Whitehead of interconnectit.com on wp-hackers: 2 2 3 3 I'm wondering why the html generated by wp_list_pages and 4 4 wp_list_categories has changed in the current 2.4-bleeding. I know 5 things in this are not set in stone so I'm hoping it's not a permanent 6 change as it makes coding CSS menus that work with 2.3 and 2.4 very 7 difficult especially as child item are no longer in a single container. 8 The new structure also makes less sense semantically as each child is 9 now a separate UL. 5 things in this are not set in stone so I'm hoping it's not a permanent change as it makes coding CSS menus that work with 2.3 and 2.4 very difficult especially as child item are no longer in a single container. The new structure also makes less sense semantically as each child is now a separate UL. 10 6 11 7 Changed from: … … 38 34 </li> 39 35 </ul> 40 41 Thanks,42 43 --44 James R Whitehead45 46 email: James at interconnectit.com47 URL: http://www.interconnectit.com48 Phone: +44 (0)151 709 7977