Version 1.0.44

This commit is contained in:
ultimatemember
2015-02-08 01:49:10 +02:00
parent 89ffec21f2
commit 1df7d344e3
10 changed files with 444 additions and 322 deletions
+3 -2
View File
@@ -26,10 +26,11 @@ class UM_User {
'user_email',
'user_pass',
'user_password',
'display_name',
);
$this->target_id = null;
}
/***
@@ -127,7 +128,7 @@ class UM_User {
foreach($this->usermeta as $k=>$v){
$this->profile[$k] = $v[0];
}
// add user stuff
$this->profile['post_count'] = $ultimatemember->query->count_posts($this->id);
$this->profile['comment_count'] = $ultimatemember->query->count_comments($this->id);