Changeset 4118 for sites/trunk/common/includes/wporg-sso/wp-plugin.php
- Timestamp:
- 09/23/2016 03:03:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r3166 r4118 190 190 $this->_safe_redirect( $this->_get_safer_redirect_to() ); 191 191 } else { 192 $this->_safe_redirect( 'https:// wordpress.org/support/profile/' . wp_get_current_user()->user_nicename );192 $this->_safe_redirect( 'https://profiles.wordpress.org/' . wp_get_current_user()->user_nicename ); 193 193 } 194 194 }
Note: See TracChangeset
for help on using the changeset viewer.