Okay… What changed in WordPress 2.7 in relation to add_submenu_page()?
I develop the WP125 plugin, which creates a top-level “Ads” menu with three submenus. It worked perfectly in 2.6, 2.5, and 2.4, but in the 2.7 trunk the submenus don’t link properly (oddly the top-level one does fine).
For example, the Add/Edit page is supposed to be this: /wp-admin/admin.php?page=wp125_addedit but in 2.7 trunk the link target is /wp-admin/wp125/wp125.php?page=wp125_addedit.