- fixed vulnerabilities;

- small changes and fixes;
This commit is contained in:
nikitozzzzzzz
2017-08-07 16:30:12 +03:00
parent 2b21ebbc7c
commit c4b6484438
18 changed files with 59 additions and 26 deletions
+3
View File
@@ -119,6 +119,9 @@ if ( ! class_exists( 'User' ) ) {
$userdata = get_userdata( $user_id );
if ( empty( $userdata ) )
return UM()->permalinks()->profile_permalink( $profile_slug );
$user_in_url = '';
// Username
if ( $permalink_base == 'user_login' ) {