Changeset 14713
- Timestamp:
- 03/13/2026 07:26:23 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r14449 r14713 608 608 'login.wordpress.org' == $redirect_host && 609 609 str_contains( $redirect_qv, 'response_type=code' ) 610 ) && 611 // Don't override if the redirect is back to an application password authorization. 612 ! ( 613 'login.wordpress.org' == $redirect_host && 614 str_contains( $redirect_qv, 'action=authorize_application' ) 610 615 ) 611 616 ) {
Note: See TracChangeset
for help on using the changeset viewer.