Redirect "Register" Link
I've got a few wordpress blogs set up, and I also have a plugin that allows them to share their users. The plugin automatically redirects the Register link on all the sub-blogs to the main blog's registration page. Right now I have my classipress blog as a sub-blog, but the since classipress bypasses wordpress's registration system, the redirect on the syncing plugin didn't work. I tried to go in and redirect it myself, but the code in theme_login.php was really complicated. Is there any way to just redirect the "Register" link to another page? Everything else, including "Log In" and "Forgot My Password," etc, can stay the same.