Changeset 7209 for sites/trunk/common/includes/wporg-sso/wp-plugin.php
- Timestamp:
- 05/16/2018 07:41:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r6676 r7209 167 167 // If we're not on the SSO host 168 168 if ( preg_match( '!/wp-login\.php$!', $this->script ) ) { 169 // Don't redirect the 'confirmaction' wp-login handlers to login.wordpress.org. 170 if ( isset( $_GET['action'] ) && empty( $_POST ) && 'confirmaction' == $_GET['action'] ) { 171 return; 172 } 173 169 174 // If on a WP login screen... 170 175 $redirect_to_sso_login = $this->sso_login_url;
Note: See TracChangeset
for help on using the changeset viewer.