Making WordPress.org


Ignore:
Timestamp:
05/14/2021 02:13:35 AM (3 years ago)
Author:
dd32
Message:

Login: Avoid redirecting to a url with a double slash, such as login.wordpress.org//wp-login.php?action=

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/wporg-sso/wp-plugin.php

    r10976 r10977  
    324324                                    $get['redirect_to'] = $this->_get_safer_redirect_to();
    325325                                }
    326                                 $this->_safe_redirect( add_query_arg( $get, $this->sso_login_url . '/wp-login.php' ), 301 );
     326                                $this->_safe_redirect( add_query_arg( $get, $this->sso_host_url . '/wp-login.php' ), 301 );
    327327                                return;
    328328                            } else {
Note: See TracChangeset for help on using the changeset viewer.