Update 1.2.8

This commit is contained in:
ultimatemember
2015-04-25 21:41:47 +02:00
parent 7b9b59ea8d
commit 3c960b187c
40 changed files with 252 additions and 164 deletions
-2
View File
@@ -66,13 +66,11 @@ class UM_User_posts {
$tabs['posts'] = array(
'name' => __('Posts','ultimatemember'),
'icon' => 'um-faicon-pencil',
'count' => $this->count_user_posts_by_type(),
);
$tabs['comments'] = array(
'name' => __('Comments','ultimatemember'),
'icon' => 'um-faicon-comment',
'count' => $this->count_user_comments(),
);
return $tabs;