mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 13:44:30 +00:00
Filter for custom get column headers page. Props Malaiac. fixes #7782
git-svn-id: https://develop.svn.wordpress.org/trunk@8967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -565,6 +565,8 @@ function get_column_headers($page) {
|
||||
'posts' => __('Posts')
|
||||
);
|
||||
return apply_filters('manage_users_columns', $columns);
|
||||
default :
|
||||
return apply_filters('manage_' . $page . '_columns', $columns);
|
||||
}
|
||||
|
||||
return $columns;
|
||||
|
||||
Reference in New Issue
Block a user