Changeset 14018
- Timestamp:
- 09/03/2024 05:32:55 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r13982 r14018 305 305 if ( preg_match( '!/wp-login\.php$!', $this->script ) ) { 306 306 // Don't redirect the 'confirmaction' wp-login handlers to login.wordpress.org. 307 if ( isset( $_ GET['action'] ) && empty( $_POST ) && 'confirmaction' == $_GET['action'] ) {307 if ( isset( $_REQUEST['action'] ) && 'confirmaction' == $_REQUEST['action'] ) { 308 308 return; 309 309 }
Note: See TracChangeset
for help on using the changeset viewer.