wp-login.php error
-
I have just install CVS version 2004-02-03 and the wp-login.php has an error in:
case 'login' :
{...}
$redirect_to = $site . '/wp-admin/profile.php';
it must be say:
case 'login' :
{...}
$redirect_to = $siteurl . '/wp-admin/profile.php';
Regards,
Rodolfo Pilas
p.s: If you have any other way to report bugs or suggestion, please, tell me.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp-login.php error’ is closed to new replies.