You’ll need to add the link back into the relevant template file.
http://codex.wordpress.org/Function_Reference/wp_register
I have this code pasted in the footer but it is still not showing up for whatever reason:
<?php wp_footer(); ?> <?php if ( is_user_logged_in() ) { ?> <?php wp_register('', ''); ?>
try to paste the code before wp_footer.
hhmmm, putting it in before wp_footer didn’t make a difference. I read something about this function not working in WordPress MU could this be the issue?
How are my users supposed to create accounts without this link?
http://mu.wordpress.org/forums/
is the WPMU forums…they may be better able to answer you