Changeset 2316
- Timestamp:
- 01/19/2016 01:45:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r2314 r2316 159 159 return; 160 160 } 161 $this->_safe_redirect( 'https://wordpress.org/support/profile/' . get_currentuserinfo()->user_login);161 $this->_safe_redirect( 'https://wordpress.org/support/profile/' . wp_get_current_user()->user_nicename ); 162 162 } 163 163 }
Note: See TracChangeset
for help on using the changeset viewer.