Changeset 10977 for sites/trunk/common/includes/wporg-sso/wp-plugin.php
- Timestamp:
- 05/14/2021 02:13:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r10976 r10977 324 324 $get['redirect_to'] = $this->_get_safer_redirect_to(); 325 325 } 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 ); 327 327 return; 328 328 } else {
Note: See TracChangeset
for help on using the changeset viewer.