• Subject: bug? in wp-login.php – $site used instead of $siteurl
    Greetings,
    I documented this bug? in http://wordpress.org/support/6/2840 – But since the title is different… It will probably be missed and some more time spent in fixing the same bug…
    Please see the above link for detailed description
    Summary… in wp-login.php, in the following, I think $site should be $siteurl
    …..
    if (0 == $user->user_level) {
    $redirect_to = $site . ‘/wp-admin/profile.php’;
    }
    …..
    Cheers, Kishore.

Viewing 1 replies (of 1 total)
  • all these $site and $siteurl are to be updated before the next release… the guys are actually updating them in the same time they debug all the codes… function per function… so it takes time cleaning everything… this situation will be cleared before long…

Viewing 1 replies (of 1 total)
  • The topic ‘bug? in wp-login.php – $site used instead of’ is closed to new replies.