summaryrefslogtreecommitdiffstats
path: root/wp-login.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-login.php')
-rw-r--r--wp-login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-login.php b/wp-login.php
index bd87ebc..fb05c54 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -354,7 +354,7 @@ break;
case 'register' :
// WPMU doesn't use this
- wp_redirect( bloginfo('wpurl') . '/wp-signup.php' );
+ wp_redirect( get_bloginfo('wpurl') . '/wp-signup.php' );
exit;
if ( !get_option('users_can_register') ) {
wp_redirect('wp-login.php?registration=disabled');