remove profile_tabs() which has been deprecated and replaced by channel_apps()

This commit is contained in:
Mario Vavti
2018-09-13 10:59:37 +02:00
parent 78dc679a72
commit a1d5ce3716
12 changed files with 5 additions and 219 deletions

View File

@@ -490,7 +490,7 @@ function channel_apps($is_owner = false, $nickname = null) {
}
$arr = array('is_owner' => $is_owner, 'nickname' => $nickname, 'tab' => (($tab) ? $tab : false), 'tabs' => $tabs);
call_hooks('profile_tabs', $arr);
call_hooks('channel_apps', $arr);
return replace_macros(get_markup_template('profile_tabs.tpl'),