We won again!

Great victory for the People - Tax Cut!

Home Forums Inside This WordPress Site Две Проблемки с Вашей Страничкой Re: Две Проблемки с Вашей Страничкой

#2363

Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /var/www/DWCTEST/wp-includes/functions.php on line 6131

Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /var/www/DWCTEST/wp-includes/functions.php on line 6131
dFrank
Participant

As far as I can understand your poor English, I am having the same problem with point number 2. It is very confusing to be redirected back to Register page immediately after successful login.

I even know (i guess I know) what you did in wp-login.php:

if ( isset( $_REQUEST['redirect_to'] ) ) {
$redirect_to = $_REQUEST['redirect_to'];
// Redirect to https if user wants ssl
if ( $secure_cookie && false !== strpos($redirect_to, 'wp-admin') )
$redirect_to = preg_replace('|^http://|', '^https://', $redirect_to);
} else {
// ******You probably messed up HERE **********
// $redirect_to = admin_url();
$redirect_to = $_SERVER[HTTP_REFERER]; }

Also, I you going to fix IE7 problems?