about mp-blog-register. Quick hack please

Aphrodite
Supreme Deity
Member of the Month
Lifetime member

Lifetime member!    Likes (0)

Hi

This plugin is STILL necessary.

Can someone help me to "rehook" it for 3.1 please, to have the menus in right place ?

//declare hooks
add_action( 'login_form_register', 'mp_br_register_page' );
add_action( 'network_admin_menu', 'mp_br_add_admin_menu' ); //site admin menu
add_action( 'user_admin_menu', 'mp_br_add_admin_menu' ); //user admin menu

Tried network_admin_menu and user_admin_menu but does not work :(

though the plugin still works :)