Changeset 13986
- Timestamp:
- 08/20/2024 08:55:12 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-well-known.php
r11333 r13986 19 19 20 20 if ( '/.well-known/change-password' === $_SERVER['REQUEST_URI'] ) { 21 wp_safe_redirect( 'https:// wordpress.org/support/users/profile/edit/' );21 wp_safe_redirect( 'https://profiles.wordpress.org/profile/profile/edit/group/3/?screen=password' ); 22 22 exit; 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.