I've been really enjoying the new menu management system in WP 3.0, but there a core bit of functionality that I can't seem to find: using template tags to generate a menu item.
Specifically, I would like to be able to add Site Admin/Register (wp_register() ) and Login/Logout (wp_loginout() ) links to one of my menus. This doesn't appear to be an option currently. I thought about embedding them using 'after'/'before' (or 'link_after'/'link_before'), but these shove the result of the tag outside the menu, breaking menu functionality.
Any help/solutions would be greatly appreciated. Am I missing something simple?