mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Update 1.2.8
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user